| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the frontend repository for QuickDine – a modern, premium table booking and reservation platform designed for a seamless dining experience.
This application is built using React 19, Vite, TypeScript, and Tailwind CSS v4.
Ensure you have Node.js (v18 or higher) and npm installed.
Clone the repository:
git clone https://github.com/your-username/quickdine-frontend.git
cd quickdine-frontendInstall dependencies:
npm installSet up environment variables: Create a .env file in the root directory:
VITE_API_URL=http://localhost:5000/apiRun the development server locally:
npm run devOpen http://localhost:5173 in your browser.
Compile typescript and build the production bundle:
npm run buildPreview the production build locally:
npm run previewWe welcome contributions! Please see CONTRIBUTING.md for guidelines on how to get started.
Distributed under the MIT License. See LICENSE.md for more details.
| Back | FazBrowse Home | New Git URL |