webpack-starter

Bare Minimum setup required for webpack to development with hot reload and bundle a production version (Ideally with React ) With this starter pack you can ,

  • Compile SASS back to CSS
  • Write ES6 with Babel
  • Hot reload with Webpack Dev Server
  • Bundle JS/CSS/Html for deployment to Heroku

Local Environment

To run locally with hot reload

  • Execute npm run start-dev

by default it runs on http://localhost:9000

Heroku Enviroment

Heroku version is bundled and served through express as static files from public/assets folder, Heroku demo version can be found here https://webpack-starter.herokuapp.com/