Task with the aim of learning the basics of the HTML/CSS course where the goal was a website based on a wireframe from a customer.
In this project, the following technologies and tools have been used:
- HTML – The structure of the web page.
- SASS – For styling.
Install locally with npm:
# Clone this repository
$ git clone https://github.com/ellinorjohansson/Tough-cookie-made-up-customer-project
# Go into the repository
$ cd Tough-cookie-made-up-customer-project
# Install dependencies
$ npm install
# Run app
$ npm run dev