Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Started

To 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
```