Danw33 / gulp-boilerplate

Starter gulpfile.js and package.json for web apps using Gulp.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starter gulpfile.js and package.json for web apps using Gulp.js