react-quickstart
v0.0.1
Published
React + Webpack === yum!
Downloads
3
Readme
React Quickstart
React + Webpack === yum!
This is a quickstart project aimed at getting you writing React.js apps with a minimum of configuration. Instead of relying on build tools like grunt or gulp, it uses only webpack and npm scripts
.
Workflow
Start webpack-dev-server
npm run dev
Run application
open http://localhost:8080
By default, the dev server uses source maps, so you can debug source files in your favorite browser dev tool. If you need this, use the npm run dev-fast
script, which is faster and only maps errors to the appropriate source file and line.
Resources
- react-webpack-cookbook: https://github.com/christianalfoni/react-webpack-cookbook
- Pete Hunt's Webpack howto: https://github.com/petehunt/webpack-howto
- Webpack dev server: https://github.com/webpack/docs/wiki/webpack-dev-server
- Webpack docs: http://webpack.github.io/docs/