나만 알 수 없어서 만든 블로그

touch 프로그램 사용하기 <기초> 본문

React/네이티브

touch 프로그램 사용하기 <기초>

코딩낙타 2021. 12. 1. 13:47

 

scoop install touch (이건 윈도우일 경우 사용)
mkdir src
touch src/index.ts
code src/index.ts

console.log("Hello world!");