npm으로 react-typescript설치부터 git 연결 까지

hello__0·2023년 10월 13일
0

React-Typescript

목록 보기
2/2
  1. 터미널에서 create-react-app typescript 설치를 해준다.
    바탕화면에 프로젝트 폴더를 만들어서 그 폴더 안에 설치를 할 것이다.

cd Desktop (바탕화면으로 이동)
npx create-react-app 본인 파일이름 --template typescript

파일을 만든 뒤 vscode로 파일을 열어보면

이와같은 파일들이 만들어져 있을 것이다.

  1. git 연결

    git init
    git git branch -M main
    git remote add origin "repo 주소"

github 들어가면 repository가 생성되어 있을 것이다.

profile
자라나라 나무나무

0개의 댓글