"Simple frontend build using Gulp (for quick start and small tasks)"
Author: Stanislav Mikhniev Version 1.0
Installation instructions:
- git clone
- cd path/to/...
- npm install gulp-cli -g
- npm install gulpjs/gulp.git#4.0 -D
- npm install
- npm run build (# build for production)
- npm run dev (# server with live reload at localhost:3000)