https://github.com/krasipeace/wines-spa
Simple APP build with React
https://github.com/krasipeace/wines-spa
api react react-spa
Last synced: 5 months ago
JSON representation
Simple APP build with React
- Host: GitHub
- URL: https://github.com/krasipeace/wines-spa
- Owner: Krasipeace
- License: mit
- Created: 2024-06-07T10:33:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T12:20:15.000Z (7 months ago)
- Last Synced: 2024-11-01T12:29:26.282Z (7 months ago)
- Topics: api, react, react-spa
- Language: TypeScript
- Homepage:
- Size: 317 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
```