cd Desktop (바탕화면으로 이동) npx create-react-app 본인 파일이름 --template typescript
파일을 만든 뒤 vscode로 파일을 열어보면 이와같은 파일들이 만들어져 있을 것이다.
git init git git branch -M main git remote add origin "repo 주소"
github 들어가면 repository가 생성되어 있을 것이다.