this light-weight React setup with Webpack that let you use [Jsx, Es6, Sass] and the latest features of javascript
it also bundle, optimize, code-split, and minify all of your css And javascript code for production
and a Hot-Module-Replacement, and a minimal folder structure to significantly speed-up your development process
- install the package globally
$ npm install -g react-webpack-cli-godofwar
- create your project and install the dependencies
$ react-webpack <your-project-name>
$ cd <your-project-name>
$ npm install
- open [ http://localhost:3001/ ]
$ npm run dev --for-developemnt
$ npm run build --for-production
- and happy coding...
$ npm uninstall -g react-webpack-cli-godofwar