Learning ReactJS
- HTML 50.8%
- JavaScript 49.2%
| .eslintrc.js | ||
| .gitignore | ||
| index.html | ||
| LICENSE | ||
| main.js | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
react-intro : Learning ReactJS
Installing
- adjust the webpack-dev-server 2 URLs used in
index.html:vm:8090assumes we want that server to run on a host calledvm, but most users will wantlocalhostinstead - adjust the
devscript inpackage.jsonto match those URLs npm installnpm run start- browse to http://vm:8080/index.html assuming
you didn't change the
serveURL inpackage.json.
Parts taken from:
- http://jslog.com/2014/10/02/react-with-webpack-part-1/ : much more useful than ReactJS "Getting started".