This is a minimal Vite React project preconfigured with Tailwind CSS.
Your component code (the EPOS system) is placed exactly as provided in src/EPOSApp.jsx.
-
Install dependencies:
npm install
-
Start dev server:
npm run dev
-
Open the URL shown by Vite (usually http://localhost:5173)
- The app expects an API at
http://localhost:8000/api. If you don't have one, menu and order data will be empty and fetches will fail silently (check console). - If you need me to change bundler or adjust any file structure, tell me and I'll update the zip.