Simple Handlebars Boilerplate to start your new project with es6, gulp tasks and sass support.
- SASS support including sourceMaps and autoprefixer
- Gulp watch, build and run local server tasks
- Babel convert it into pure ES5 code
- Handlebars templates
git clone https://github.com/canmeepo/handlebars-boilerplate.git
npm install
- install all npm dependencies
npm build
- this will process following tasks:
- clean dist folder
- build static html files
- concat all JS and CSS files
npm start
- build + watch
- initial release
03.04.2017