materials about learning react
npm install
npm run build
npm start
open http://localhost:8000/example/index.html
*nix
npm run test-cover
git bash on window
NODE_ENV=test node --harmony server
open http://localhost:8000/test/react-router/runner.html see console
open http://localhost:8000/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8000/test/react-router/runner.html to see coverage details
npm run phantomjs
https://github.com/yiminghe/learning-react/blob/master/example/index.html
online: http://yiminghe.me/learning-react/example/build.html
https://github.com/yiminghe/learning-react/blob/master/tutorial/en-us/index.md
https://github.com/yiminghe/learning-react/blob/master/reference.md
https://github.com/react-component
Sample codes and articles are released under the MIT license.