Gulp Starter kit for quick project kick offs
Download or Clone this repo into a local folder
$ npm install
Install the dependencies{
(gulp) npm install --global gulp-cli
(gulp-sass) npm install sass gulp-sass --save-dev
(gulp-browser-sync) npm install -g browser-sync
(gulp-autoprefixer) npm install --save-dev gulp-autoprefixer
}
This will watch your project files, compile them and run a dev server in localhost.
$ gulp start