Welcome to React Restaurant App! This is a sample restaurant application built using React, Material-UI, and Vite. It allows users to browse the restaurant's menu and explore various dishes.
- Browse the Menu: View a list of delicious dishes available at our restaurant.
- Responsive Design: The app is designed to work seamlessly across different devices.
Check out the live demo of the app: React Restaurant App Demo
- Node.js (npm)
-
Clone the repository:
git clone https://github.com/ideepakpg/react-restaurant-app.git
-
Navigate to the project directory
cd react-restaurant-app
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
This will launch the app in development mode. Open your browser and navigate to
http://localhost:5173
to see the app. -
To build the app for production, run:
npm run build