Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 429 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 429 Bytes

#webpack-React-example webpack + gulp + React

You can create file under the app/, gulp can compiler to dist/.

#How to install?

install npm

$ npm install

install bower

$ bower install

#Run Development Environment Have Hot-Module, just like livereload, Do not have to re-read pages.

$ gulp

#Run Production Environment Have minify image and js, not Hot-Module.

$ gulp prod