Skip to content

Sidahmeders/react-webpack-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. create your project and install the dependencies
$ react-webpack <your-project-name>
$ cd <your-project-name>
$ npm install
  1. open [ http://localhost:3001/ ]
$ npm run dev    --for-developemnt
$ npm run build  --for-production
  1. and happy coding...

uninstall react-webpack-cli-godofwar

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published