반응형 npm1 Windows React 개발환경 구축 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 Server 2019. 12. 5. 이전 1 다음 반응형