Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hieptn94/little-lemon
Little Lemon project for Meta UI/UX
https://github.com/hieptn94/little-lemon
Last synced: about 1 month ago
JSON representation
Little Lemon project for Meta UI/UX
- Host: GitHub
- URL: https://github.com/hieptn94/little-lemon
- Owner: hieptn94
- Created: 2024-07-29T14:09:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T06:41:14.000Z (6 months ago)
- Last Synced: 2024-11-05T20:10:50.369Z (3 months ago)
- Language: TypeScript
- Size: 63.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little Lemon
## Overview
This project is built using [Vite](https://vitejs.dev/), a fast and modern frontend build tool that offers lightning-fast development and optimized production builds. Vite leverages native ES modules in the browser, providing instant server start, lightning-fast HMR (Hot Module Replacement), and efficient dependency handling.
## Key Features
- **Home Page**: Allow users to get overview of Little Lemon.
- **Online Table Reservation**: Enable users to book their table online.
## Getting StartedTo start working on this project, clone the repository and follow these steps:
1. **Install Dependencies**:
```bash
npm install
```
2. **Run Development Server**:
```bash
npm run dev
```
3. **Build for Production**:
```bash
npm run build
```
4. **Preview Production Build**:
```bash
npm run serve
```