Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ybogdanq/koibird-crisp
[Scratch Website] Koibird website created as a test task.
https://github.com/ybogdanq/koibird-crisp
boilerplate browsersync css gulp html js pure-javascript sass
Last synced: 13 days ago
JSON representation
[Scratch Website] Koibird website created as a test task.
- Host: GitHub
- URL: https://github.com/ybogdanq/koibird-crisp
- Owner: ybogdanq
- Created: 2022-03-09T16:35:38.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-16T09:46:15.000Z (over 1 year ago)
- Last Synced: 2024-11-06T06:14:12.684Z (13 days ago)
- Topics: boilerplate, browsersync, css, gulp, html, js, pure-javascript, sass
- Language: SCSS
- Homepage:
- Size: 5.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🥤Gulp Boilerplate (4)
A basic Gulp 4 boilerplate to get developing locally with a few helpful tools already set up.
Tasks included:
- HTML minify (on build)
- CSS autoprefixer
- Sass minify
- JS minify
- Image minify
- Nunjucks
- Live reload
- Babel## How to run
Install Gulp globally (if you don't already have it). Full installation docs (https://gulpjs.com/docs/en/getting-started/quick-start).npm install gulp-cli -g
Install necessary packagesnpm install
Run Gulp.gulp
The live reload task should then initiate the project on http://localhost:3000. If that port is already taken it will default to another number such as localhost:3001.
## Building assets
To build assets without starting a local server with live reload, use the build command:
gulp build