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
- Host: GitHub
- URL: https://github.com/jack-carling/postershop
- Owner: jack-carling
- Created: 2021-10-21T18:02:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T15:10:50.000Z (over 3 years ago)
- Last Synced: 2025-01-23T17:15:37.855Z (5 months ago)
- Topics: scss
- Language: HTML
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
