https://github.com/krasipeace/wines-spa
Simple APP build with React
https://github.com/krasipeace/wines-spa
api react react-spa vite
Last synced: 10 months ago
JSON representation
Simple APP build with React
- Host: GitHub
- URL: https://github.com/krasipeace/wines-spa
- Owner: Krasipeace
- License: mit
- Archived: true
- Created: 2024-06-07T10:33:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T09:52:44.000Z (over 1 year ago)
- Last Synced: 2025-04-08T19:56:22.693Z (about 1 year ago)
- Topics: api, react, react-spa, vite
- Language: TypeScript
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.codefactor.io/repository/github/krasipeace/wines-spa) [](https://github.com/Krasipeace/Wines-SPA/actions/workflows/workflow.yml)
# Wines - React SPA
Basic CRUD App about managing wines, build with React, TailwindCSS and Vite.
## Tech Stack / Libraries / Packages
- [React](https://react.dev/)
- [Vite](https://vitejs.dev/)
- [TailWindCSS](https://tailwindcss.com/docs/guides/vite)
- [json-server](https://www.npmjs.com/package/json-server?activeTab=readme)
- [React Router](https://reactrouter.com/en/main)
### Get Started
- Clone or download repository:
```bash
gh repo clone Krasipeace/Wines-SPA
```
- Install app dependencies
```bash
npm install
```
- Create .env file with the contents from .env.example
- Start app
```bash
npm run dev
```
- Start json-server with the app data
```bash
npx json-server src/data/wines.json
```