Template for quickly building websites using HTML5, Sass, and ES6. The goal is to serve highly optimized, mobile-first code that skips the boring stuff and gets straight to the fun. View template here
html5-sass-boilerplate
├──readme.md
└───src
├──bower_components
├──img
├──js
| └──main.js
├──static
| └──index.html
├──styles
| └──main.scss
| └──normalize.css
└──svg
html5-sass-boilerplate
└───dist
├──bower_components
├──index.html
├──img
├──js
| └──main.js
├──styles
| └──main.css
| └──normalize.css
└──svg
npm install
To build and serve files, use:
gulp
To deploy to github, use:
gulp deploy