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

https://github.com/jack-carling/postershop

School assignment - SCSS exercise
https://github.com/jack-carling/postershop

scss

Last synced: 3 months ago
JSON representation

School assignment - SCSS exercise

Awesome Lists containing this project

README

        

# Poster Shop

School assignment • [Figma-sketch](https://www.figma.com/file/bPtqAUTBcAcC71DUowl44b/postershop?node-id=0%3A1) provided by our teacher

## Setup

Install dependencies and compile the scss before viewing the `index.html` file.

```bash
# Install dependencies
npm install

# Compile all scss to css
npm run compile

# Watch scss/ folder when developing
npm run watch
```

## Screenshot

![](https://user-images.githubusercontent.com/72305598/138561838-a165537f-f592-49d1-90ba-aab3ad319d0d.png)