Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 738 Bytes

File metadata and controls

49 lines (33 loc) · 738 Bytes

Luxury Restaurant Website

A modern, responsive luxury restaurant website built with React + TypeScript (Vite) and styled using Tailwind CSS.

Features

  • Elegant landing page (hero)
  • Navigation with smooth scroll to key sections
  • Menu section
  • Chef spotlight
  • Photo gallery
  • Testimonials
  • Reservation section
  • Footer

Requirements

  • Node.js (LTS recommended)

Local Setup

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Open the website in your browser (default Vite port is typically 3000).

Production Build

npm run build

Preview Production

npm run preview