Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1 KB

README.md

File metadata and controls

36 lines (31 loc) · 1 KB

reo-web-starter-kit

Boilerplate for sites

This kit includes:

And also:

Gulp tasks:

  • serve opens site in browser and reloads it automatically on change
  • serve:dist same but with minification and optimization of built sources
  • watch builds site automatically on change
  • clean deletes built sources
  • build:dist builds site to dist folder
  • deploy deploy site to Surge

Usage

npm install -g yo gulp-cli generator-reo-web-starter-kit

yo reo-web-starter-kit
gulp serve