Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 339 Bytes

Sass 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)

$ npm install

Run

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

$ npm start