Skip to content

AnOrdinaryUsername/Shopping-Cart

Repository files navigation

Shopping-Cart

A fictional SaaS (SVGs as a Service) site that sells geometric SVGs. All SVGs, except the ones provided by FontAwesome, were made by me using Figma.

The homepage to The Elements website

Running it locally

Fork the repo and clone it with ssh

> git clone git@github.com:your-username/Shopping-Cart.git

Or https

> git clone https://github.com/your-username/Shopping-Cart.git

Change to the Shopping-Cart directory

> cd Shopping-Cart

Using npm

In the repo folder run

> npm install

Then start up the dev server. It should automatically open http://localhost:3000/Shopping-Cart in your browser.

> npm start