Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
/ bike-shop Public archive

Bike shop with shopping cart

Notifications You must be signed in to change notification settings

GalindoSVQ/bike-shop

Repository files navigation

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