Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marekzelinka/supermarket-eshop
Simple e-shop using React and Stripe
https://github.com/marekzelinka/supermarket-eshop
javascript react react-router stripe swr
Last synced: 1 day ago
JSON representation
Simple e-shop using React and Stripe
- Host: GitHub
- URL: https://github.com/marekzelinka/supermarket-eshop
- Owner: marekzelinka
- Created: 2024-08-07T12:22:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T18:56:05.000Z (3 months ago)
- Last Synced: 2024-08-08T15:31:41.578Z (3 months ago)
- Topics: javascript, react, react-router, stripe, swr
- Language: JavaScript
- Homepage: https://supermarket-eshop.vercel.app
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Supermarket e-shop
This project is a simple supermarket app that I've created while learning React.
## Setup
**First time**
```bash
git clone https://github.com/marekzelinka/supermarket-eshop.git
cd supermarket-eshop
pnpm install
```**Then you can run the server**
```bash
pnpm dev
```Go to [localhost:5173/](http://localhost:5173/)