Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 542 Bytes

Workflow Gulp

Setting up a basic workflow with Gulp.

Read the post here about this repository.

Quick start

# install dependencies
$ npm install

# LESS and ES6 development
$ gulp watch

# build for production
$ gulp build

Access your project on any browser.

Notes

  1. To update each dependency in package.json to the latest version:
$ sudo npm install -g npm-upgrade
$ npm-upgrade