Server

Windows React 개발환경 구축

클레인 2019. 12. 5.
반응형

1. https://nodejs.org 에서 node.js LTS 버전으로 설치.

 

2. create-react-app 설치

$ npm install -g create-react-app

3. create-react-app으로 프로젝트 생성

$ create-react-app [project name]

4. 폴더로 이동해서 npm start 명령으로 실행

$ cd [project name]
$ npm start
반응형

댓글