remscli / gulp-sass-boilerplate

Simple gulp and SASS quick start with live-reload, auto-prefixer and minifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp-Boilerplate

Download dependencies :

$ npm install

Start a web server, live-reload, SASS compiler and auto-prefixer :

$ gulp

Or only a web server :

$ gulp server

Then, go to http://localhost:4000 !

About

Simple gulp and SASS quick start with live-reload, auto-prefixer and minifier


Languages

Language:CSS 98.5%Language:JavaScript 1.2%Language:HTML 0.4%