start template for react and webpack.
-
compilation with webpack
-
development
- development server
- hot module replacement development server
-
production
- minimized css and javascript
- server for prerendering for react components
Just clone this repo and change react-webpack
$ npm install
$ npm run start
$ npm run build