Skip to content

Handlebars Boilerplate with Babel, live reloading and a working example app.

Notifications You must be signed in to change notification settings

canmeepo/handlebars-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

handlebars-boilerplate

Simple Handlebars Boilerplate to start your new project with es6, gulp tasks and sass support.

Features

  • SASS support including sourceMaps and autoprefixer
  • Gulp watch, build and run local server tasks
  • Babel convert it into pure ES5 code
  • Handlebars templates

Download

git clone https://github.com/canmeepo/handlebars-boilerplate.git

1. Setup

npm install
  • install all npm dependencies

2. Build

npm build
  • this will process following tasks:
  • clean dist folder
  • build static html files
  • concat all JS and CSS files

3. Run

npm start
  • build + watch

Changelog

1.0.0

  • initial release
    03.04.2017

About

Handlebars Boilerplate with Babel, live reloading and a working example app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published