An open API service indexing awesome lists of open source software.

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.

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.