https://github.com/kailoon/gulp-html-starter-kit
A basic gulp HTML SCSS starter kit with purgeCSS.
https://github.com/kailoon/gulp-html-starter-kit
gulp purgecss scss starter-kit
Last synced: 2 months ago
JSON representation
A basic gulp HTML SCSS starter kit with purgeCSS.
- Host: GitHub
- URL: https://github.com/kailoon/gulp-html-starter-kit
- Owner: kailoon
- Created: 2021-03-03T17:17:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T04:44:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T20:33:04.103Z (9 months ago)
- Topics: gulp, purgecss, scss, starter-kit
- Language: SCSS
- Homepage:
- Size: 2.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulp-HTML-SCSS-Starter-Kit
## Installation
```
gh repo clone kailoon/gulp-html-starter-kit
cd gulp-html-starter-kit
npm i
```
## NPM Script
Run the command below to start the server.
```
npm run start
```
Run the command below to deply / build for production with purgecss.
```
npm run build
```
Hope you find it useful.