Install
다운로드
- 도스 창에서 npm을 사용해서 설치
- node.js가 설치 되어 있어야 한다
- npm -v 를 통해 설치 되었는지 확인 할 수 있다.
npm install -g create-react-app
- 설치가 완료되면 create-react-app -V(대문자)를 통해 확인 할 수 있다.
create-react-app -V
4.0.3
npm install -g create-react-app
create-react-app -V
4.0.3