Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 352 Bytes

"Simple frontend build using Gulp (for quick start and small tasks)"

Author: Stanislav Mikhniev Version 1.0

Installation instructions:

  1. git clone
  2. cd path/to/...
  3. npm install gulp-cli -g
  4. npm install gulpjs/gulp.git#4.0 -D
  5. npm install
  6. npm run build (# build for production)
  7. npm run dev (# server with live reload at localhost:3000)