GitHunt
LA

lautiamkok/workflow-gulp

A basic workflow with Gulp for frontend web development.

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

Languages

CSS76.4%JavaScript15.1%HTML8.5%

Contributors

Created September 27, 2017
Updated July 4, 2024
lautiamkok/workflow-gulp | GitHunt