React
리액트 Visual Studio Code로 환경 설정하기
호두빵
2021. 9. 12. 23:14
깔고자 하는 폴더에 cd로 진입
npm install -g npx
npm install create-react-app
npm -version
node --version
npx create-react-app test-first
npm start