Skip to content

A basic workflow with Gulp for frontend web development.

Notifications You must be signed in to change notification settings

lautiamkok/workflow-gulp

Repository files navigation

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

About

A basic workflow with Gulp for frontend web development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published