https://github.com/phucbm/gulp-boilerplate
👽 A simple boilerplate for building web projects with Gulp.js.
https://github.com/phucbm/gulp-boilerplate
boilerplate browsersync gulp
Last synced: 3 months ago
JSON representation
👽 A simple boilerplate for building web projects with Gulp.js.
- Host: GitHub
- URL: https://github.com/phucbm/gulp-boilerplate
- Owner: phucbm
- Created: 2022-01-20T13:40:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T13:55:12.000Z (over 4 years ago)
- Last Synced: 2026-03-27T04:46:51.080Z (4 months ago)
- Topics: boilerplate, browsersync, gulp
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-boilerplate
A simple boilerplate for building web projects with Gulp.js.
See more gulp setup at 👉 https://github.com/phucbm/gulp-cheatsheet
## Deployment
Install gulp
```shell
npm install
```
And start server
```shell
gulp serve
```