https://github.com/jgudo/sass-gulp-boilerplate
https://github.com/jgudo/sass-gulp-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgudo/sass-gulp-boilerplate
- Owner: jgudo
- Created: 2018-12-24T12:09:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T09:49:28.000Z (over 6 years ago)
- Last Synced: 2025-01-15T01:48:54.794Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```