Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/palashmon/sass-boilerplate

A boilerplate for learning SASS
https://github.com/palashmon/sass-boilerplate

bolierplate browsersync css gulp sass webdev

Last synced: about 22 hours ago
JSON representation

A boilerplate for learning SASS

Awesome Lists containing this project

README

        

# [Sass](https://sass-lang.com/) Boilerplate

A boilerplate for learning SASS.

## 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
```