Closed chiyodad closed 9 years ago
tutorial
http://jmfurlott.com/tutorial-setting-up-a-single-page-react-web-app-with-react-router-and-webpack/ react-app 실행하기
// 의존성 모듈 설치 $ npm install
// http://localhost:8080/webpack-dev-server $ npm start
$ npm install --save-dev --verbose react webpack react-router react-hot-loader webpack-dev-server babel-loader
모듈 설치
react-router 로 폴더 이름 지으면 안됩니다!
휴 겨우 삽질 끝에 완료.
react.js router익히기
tutorial
http://jmfurlott.com/tutorial-setting-up-a-single-page-react-web-app-with-react-router-and-webpack/ react-app 실행하기
// 의존성 모듈 설치 $ npm install
// http://localhost:8080/webpack-dev-server $ npm start