Webpack hot boilerplate

Contains

Features

  • Tree shaking
  • Code Splitting
  • Hot Module Replacement
  • ES-2015
  • ejs
  • SCSS + postCSS
  • Sprites compiling

System Requirements

  • Node 6.x.x
  • Npm 3.x.x

Setup

$ npm install

or

$ npm install --production

Running

$ npm start

Build

$ npm run build