/skeleton-gulp-init

Pipeline for frontend development with gulp.

Primary LanguageJavaScriptMIT LicenseMIT

Skeleton Gulp init

Installation

# clone the repo
$ git clone <paste repo link here>

Build Setup

# install dependencies
$ npm install

# compile and watch files
$ npm run watch

# build for production
$ npm build