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: about 2 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T15:49:22.000Z (over 1 year ago)
- Last Synced: 2025-01-19T10:44:36.594Z (over 1 year ago)
- Topics: javascript, react, react-router, stripe, swr
- Language: JavaScript
- Homepage: https://supermarket-eshop.vercel.app
- Size: 320 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/)