Demo App of React using Vitejs with Yarn package manager
This is the project from the YouTube crash course. It includes the react ui as well as JSON-server for our mock backend
yarn
Run Vite dev server (http://localhost:3000)
yarn dev
Run the JSON server (http://localhost:5000)
yarn server
yarn build