A light package for compiling Sass and running a dev server
1.0.0
install Gulp globally
$ npm install -g gulp
Install the dependencies (gulp, gulp-sass, browser-sync)
$ npm install
This will watch your sass files, compile them and run your dev server at http://localhost:3000
$ npm start
or
$ gulp