seung_hyeon 2024. 7. 13. 17:33

#8 Introduction / #9 Set up

 

node -v
npm -v
npx -v
git --version

➣ Terminal에서 설치되어 있는지 확인

 

npx create-react-app 파일 이름

➣ 파일이 저장되어 있는 곳에서 실행해야 한다 ! 

 

• git

( github에서 repository 만들기)

 

git init
git remote add repository 주소
git add .
git commit -m repository 주소 
git push origin

 

VSC Terminal