gulp-boilerplate
gulp-boilerplate copied to clipboard
Starter gulpfile.js and package.json for web apps using Gulp.js
gulp-boilerplate
Starter gulpfile.js and package.json for web apps using Gulp.js.
Getting Started
Install dependencies:
$ npm install
Usage
Tasks
$ gulp serve
Start a server with Connect and load the site in the default browser. Automatically watch files for changes and reload assets when they change with livereload.
$ gulp
Build and optimize the current project to the dist
directory.