With the following features:
- Sass compiled to css in an external stylesheet
- ES2015
- An app directory for development and a dist folder for builds
- Nothing else
- Clone the repo!
- Change the remote!
- Install the packages with
npm install
! - To start the dev server run
webpack-dev-server --progress --colors
- To build your assets into the
dist
directory runwebpack
- NEVER TOUCH THE CONTENTS OF THE DIST FOLDER
- Build whatever you like in the app folder