g3org3 / gulp-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-template

Develop a website's look and feel with gulp + livereload + sass + pug

Usage

# Build and start webserver with watcher
gulp

Other options

gulp watch
gulp build

miscellaneous

/src
|-> /views
|  |-> *.pug
|-> /styles
|  |-> *.sass
|-> /js
   |-> *.js

About

License:MIT License


Languages

Language:JavaScript 77.2%Language:CSS 8.3%Language:HTML 8.0%Language:Makefile 6.5%