Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 313 Bytes

Project Boilerplate

  • Gulp
  • Scss
  • Autoprefixer
  • ES6 (via Babel)
  • Browserify – ESLint
  • Handlebars
  • Browsersync (for hot reloading)

Getting started

Use node 6+ and npm 3+

Run the following command to install dependencies, compile assets, and spin up a local dev server:

npm i && npm start