An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![CodeFactor](https://www.codefactor.io/repository/github/krasipeace/wines-spa/badge)](https://www.codefactor.io/repository/github/krasipeace/wines-spa) [![BUILD](https://github.com/Krasipeace/Wines-SPA/actions/workflows/workflow.yml/badge.svg)](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
```