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

https://github.com/sbthdr/sass-quick-starter

Package for compiling sass files and running dev server
https://github.com/sbthdr/sass-quick-starter

Last synced: 23 days ago
JSON representation

Package for compiling sass files and running dev server

Awesome Lists containing this project

README

          

# Sass Quick Starter

Package for compiling sass files and running dev server

### Version
1.0.0

## Usage

### Installation

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

```sh
$ npm install
```

### Run

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

```sh
$ npm start
```