An open API service indexing awesome lists of open source software.

https://github.com/reo7sp/reo-web-starter-kit

Boilerplate for sites (gulp + browserify + coffeescript + sass + nunjucks)
https://github.com/reo7sp/reo-web-starter-kit

boilerplate browserify coffeescript gulp nunjucks sass web-starter-kit

Last synced: 27 days ago
JSON representation

Boilerplate for sites (gulp + browserify + coffeescript + sass + nunjucks)

Awesome Lists containing this project

README

          

# 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
```sh
npm install -g yo gulp-cli generator-reo-web-starter-kit

yo reo-web-starter-kit
gulp serve
```