1.0.2 • Published 3 years ago

react-webpack-cli-godofwar v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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

1) install the package globally

$ npm install -g react-webpack-cli-godofwar

2) create your project and install the dependencies

$ react-webpack <your-project-name>
$ cd <your-project-name>
$ npm install

3) open http://localhost:3001/

$ npm run dev    --for-developemnt
$ npm run build  --for-production

4) and happy coding...

uninstall react-webpack-cli-godofwar

$ npm uninstall -g react-webpack-cli-godofwar