Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 298 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 298 Bytes

Project Boilerplate

  • Gulp
  • Scss
  • Autoprefixer
  • ES6 (via Babel)
  • Browserify
  • ESLint
  • 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