Bike shop simulation with shopping cart
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
- Styled-Components ES6 and CSS to style the app