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)
- Host: GitHub
- URL: https://github.com/reo7sp/reo-web-starter-kit
- Owner: reo7sp
- License: mit
- Created: 2016-06-30T15:52:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T04:21:16.000Z (over 9 years ago)
- Last Synced: 2025-10-27T02:27:17.090Z (7 months ago)
- Topics: boilerplate, browserify, coffeescript, gulp, nunjucks, sass, web-starter-kit
- Language: CoffeeScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reo-web-starter-kit
Boilerplate for sites
This kit includes:
And also:
Gulp tasks:
-
serveopens site in browser and reloads it automatically on change -
serve:distsame but with minification and optimization of built sources -
watchbuilds site automatically on change -
cleandeletes built sources -
build:distbuilds site to dist folder -
deploydeploy site to Surge
## Usage
```sh
npm install -g yo gulp-cli generator-reo-web-starter-kit
yo reo-web-starter-kit
gulp serve
```