Youtube tutorial -> YouTube crash course.
This project uses JSON-Server for a mock backend.
VITE_APP_API_URL=http://localhost:8000docker compose up --buildnpm installThe server will run on http://localhost:8000
npm run serverVue will run on http://localhost:3000
npm run devnpm run buildnpm run preview