An open API service indexing awesome lists of open source software.

https://github.com/edocbuhtig/gulp-tutorial

Basic example of Gulp workflow for beginners
https://github.com/edocbuhtig/gulp-tutorial

agile-development automation front-end-development full-stack-web-development rapid-development

Last synced: 4 months ago
JSON representation

Basic example of Gulp workflow for beginners

Awesome Lists containing this project

README

          

# Automate your Front-end UI Development workflow with Gulp
Basic example of Gulp workflow for beginners

## First install the Gulp CLI Globally
```
npm install --global gulp-cli
```

## Download or Git clone, then run below in the project root
```
npm i
```