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

https://github.com/jgudo/sass-gulp-boilerplate


https://github.com/jgudo/sass-gulp-boilerplate

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sass-Gulp Starter Pack

A light package for compiling Sass and running a dev server

### Version
1.0.0

## Usage

### Installation

Install the dependencies (gulp, gulp-sass, browser-sync)

```sh
$ npm install
```

### Run

This will watch your sass files, compile them and run your dev server at http://localhost:3000

```sh
$ npm start
```