react-webpack-cli-godofwar
v1.0.2
Published
a light weight react setup with webpack
Downloads
2
Readme
What is This ?
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
How to use it
- 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...
uninstall react-webpack-cli-godofwar
$ npm uninstall -g react-webpack-cli-godofwar