Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/palashmon/sass-boilerplate
- Owner: palashmon
- Created: 2019-05-30T13:01:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T17:17:56.000Z (3 months ago)
- Last Synced: 2024-12-19T15:11:14.326Z (about 2 months ago)
- Topics: bolierplate, browsersync, css, gulp, sass, webdev
- Language: JavaScript
- Homepage: https://sass-lang.com/
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```