Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhasan320/gulp-boilarplate
HTML, CSS, Bootstrap 4 boilerplate with gulp
https://github.com/mhasan320/gulp-boilarplate
Last synced: 3 days ago
JSON representation
HTML, CSS, Bootstrap 4 boilerplate with gulp
- Host: GitHub
- URL: https://github.com/mhasan320/gulp-boilarplate
- Owner: mhasan320
- Created: 2021-12-08T09:02:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T09:14:11.000Z (about 3 years ago)
- Last Synced: 2024-11-09T19:12:29.675Z (about 2 months ago)
- Language: JavaScript
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-boilarplate
HTML, CSS, Bootstrap 4 boilerplate with gulp# Quickstart guide
Clone or download this Git repo onto your computer.\
Install Node.js if you don't have it yet.\
Runnpm install
\
Run gulp to run the default Gulp task\
In this proejct, Gulp is configured to run the following functions:Compile the SCSS files to CSS\
Autoprefix and minify the CSS file\
Concatenate the JS files\
Uglify the JS files\
Minification of Image files\
Move final CSS and JS files to the/dist
folder