A simple light weight package for compiling Sass(scss files) and running a dev server with a simple HTML file.
1.0.0
git clone https://github.com/nirmalkc/simplewebstarter.git
Get started quickly by cloning this repository.
Install the dependencies (gulp, gulp-sass, gulp-autoprefixer, gulp-sourcemaps, gulp-rename, browser-sync)
$ npm install
This will watch your sass files, compile them and run your dev server at http://localhost:3000
$ gulp build
$ gulp