매번 프로젝트를 생성할 때마다 명령어를 잊어버려서 작성해둔다.
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
'개념 정리' 카테고리의 다른 글
javascript - 유사배열객체, Array.from( ) (0) | 2024.10.28 |
---|---|
javascript - reduce() (1) | 2024.10.28 |
HTTP와 HTTPS (0) | 2024.02.05 |
Javascript Class를 활용해 모듈화 하기 / 브라우저 저장소 (0) | 2024.02.05 |
HTML의 noreferrer, nopener, nofollow (0) | 2024.01.21 |