/workflow-gulp

A basic workflow with Gulp for frontend web development.

Primary LanguageCSS

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