Simple frontend environment using Gulp, Browsersync and Browserify
Install via git clone
$ git clone https://github.com/Shulkin/gulp-template.git
$ cd gulp-template
$ npm install
Start development Browsersync server
$ npm run dev
Build production
$ npm run build