/gulp-boilerplate

HTML Boilerplate using the Gulp Task Runner (Live reload, Sass, Auto-prefixer)

Primary LanguageCSS

gulp-boilerplate

HTML Boilerplate using the Gulp Task Runner (Live reload, Sass, Auto-prefixer)

A common concern for frontend developers is setting up live browser reloading when they make updates to their CSS/Sass, HTML and other files.
Fortunately, there's a Javascript task runner called Gulp.js which makes everything easy

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