README
Yeoman generator for react / webpack
Note
Rhadow as I took the extra step to make it to yeoman (also some clean up) : Original link
This is created by my good friend## Getting Started ### 1. Install Yeoman ``` $ npm install -g yo ```
2. Install Generators
$ npm install -g generator-react-webpack-boilerplate
3. Generating Project
$ yo react-webpack-boilerplate
Run Project (Development)
$ npm run dev
Run Project (Production) - OSX / Linux
$ npm run deploy
Run Project (Production) - Windows
$ npm run wdeploy
License
MIT