lautiamkok / workflow-gulp

A basic workflow with Gulp for frontend web development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:CSS 76.4%Language:JavaScript 15.1%Language:HTML 8.5%