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
yarnRun Vite dev server (http://localhost:3000)
yarn devRun the JSON server (http://localhost:5000)
yarn serveryarn build