/bike-shop

Bike shop with shopping cart

Primary LanguageTypeScript

Bike-Shop

Bike shop simulation with shopping cart

Demo

Getting Started

This project was bootstrapped with Vite.

In order to run the project, you need to install the dependencies:

yarn

And run the project with:

yarn dev
# Open the browser and go to http://localhost:5173/

In order to run the API, you need to install the dependencies:

cd json-server-api
yarn

And run the API with:

yarn start

Available Scripts

yarn dev

yarn test

yarn test:ui

yarn coverage

Dependencies used