Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 671 Bytes

Airbnb-Clone

Airbnb-Clone is all about UI of Airbnb made in React Js. The styling for the application is done using Material-ui.

Setup

Clone this project and Move to the base directory: cd Airbnb-Clone

npm install

Install all dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. Your app is ready to be deployed!