기록
React cra 명령어 본문
cra로 프로젝트 생성하면 바로 터미널에 뜨는 문구
npm start
Starts the development server.
npm run build
Bundles the app into static files for production.
npm test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd 프로젝트명
npm start
'React.js > etc' 카테고리의 다른 글
React.js - setState (0) | 2021.07.02 |
---|---|
코드스플리팅 (0) | 2021.03.17 |
formik (0) | 2021.03.16 |
react app polyfill core-js (0) | 2021.03.16 |
504 Gateway timeout HTTP 504 (0) | 2021.03.13 |
Comments