Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 431 Bytes

Airbnb Clone

This is an only-UI website designed with Next.js and Tailwind CSS

Live Demo

Installation

Use npm to install this project locally.

npm i airbnb

Usage

run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.