gulp-boilerplate
HTML Boilerplate using the Gulp Task Runner (Live reload, Sass, Auto-prefixer)
Fortunately, there's a Javascript task runner called Gulp.js which makes everything easy
A common concern for frontend developers is setting up live browser reloading when they make updates to their CSS/Sass, HTML and other files. Clone the repository and run the following command to download packages:
npm install
And finally run the following command and you are ready to go. Everything now change or add in html and scss files will be auto reloaded:
gulp