Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vtereshyn/gulp-scss-boilerplate

πŸ˜…πŸ”§Quick start for markup development.
https://github.com/vtereshyn/gulp-scss-boilerplate

boilerplate gulp scss

Last synced: 7 days ago
JSON representation

πŸ˜…πŸ”§Quick start for markup development.

Awesome Lists containing this project

README

        

# gulp-scss-boilerplate

## Quick start in website development with HTML5/CSS3 using Sass/Scss and Javascript.

### Tasks

- compiling pre-processors to CSS
- automatic page reload (browser-sync)
- CSS files compression
- images compression
- create production build (available later in dist folder)

### Quick start with boilerplate:

```ssh
git clone https://github.com/vtereshyn/gulp-scss-boilerplate.git
cd gulp-scss-boilerplate;
npm i
npm run watch
```

### To build project

```ssh
npm run build
```