매번 프로젝트를 생성할 때마다 명령어를 잊어버려서 작성해둔다.

 

cd ~/Desktop

npx create-react-app new-project --template typescript

cd new-project

 

 

폴더 삭제

rm -rf project-name

 

 

Git 리포지토리 추가

git remote add origin https://github.com/<your-username>/my-new-repo.git

 

 

yarn 설치

brew install yarn
yarn --version

+ Recent posts