본문 바로가기
React

리액트 Visual Studio Code로 환경 설정하기

by 호두빵 2021. 9. 12.

깔고자 하는 폴더에 cd로 진입

 

npm install -g npx

 

npm install create-react-app

 

npm -version

 

node --version

 

npx create-react-app test-first

 

npm start