Goals of this boilerplate show how to connect: react, redux, redux-form, Sass, webpack2, HMR3 final compiled container should be easily embadable in any server, ie: Apache How to build dev version and run ? Run in console: npm install npm start:dev open http://localhost:3000 How to build final version ? Run in console: npm build:prod