Basic CRUD App about managing wines, build with React, TailwindCSS and Vite.
-
Clone or download repository:
gh repo clone Krasipeace/Wines-SPA
-
Install app dependencies
npm install
-
Create .env file with the contents from .env.example
-
Start app
npm run dev
-
Start json-server with the app data
npx json-server src/data/wines.json