/gulp-template

Primary LanguageJavaScriptMIT LicenseMIT

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