Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qoucname2202/the-studious


https://github.com/qoucname2202/the-studious

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

### Use with Sass

When using `sass` - in order to build that boilerplate, one needs to:

- install `sass` if not yet installed:

```bash
npm install -g sass
```

- run build command from command line:

```bash
sass app/scss/style.scss dist/style.css --watch
```