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
- Host: GitHub
- URL: https://github.com/edocbuhtig/gulp-tutorial
- Owner: edocbuhtig
- Created: 2024-07-01T14:28:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T12:17:56.000Z (almost 2 years ago)
- Last Synced: 2025-10-28T13:23:35.489Z (8 months ago)
- Topics: agile-development, automation, front-end-development, full-stack-web-development, rapid-development
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```