React 실행과 종료 요약
1. 프로젝트 생성
create-react-app 폴더이름
npm init react-app .
2. 개발모드 실행
npm run start
3. 개발모드 종료
Ctrl + C
반응형
'프로그래밍언어 > React' 카테고리의 다른 글
React 프로젝트 시작 , 파일 정리 (0) | 2022.01.19 |
---|---|
React Developer tools 설치 (0) | 2022.01.19 |
React 실행 , React 시작하기 , npm start (0) | 2022.01.19 |
React npm 오류 / You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0). / npm init react-app (0) | 2022.01.19 |
React 개발 환경 셋팅 및 설치 (0) | 2022.01.19 |