Preview the Airbnb Clone live on StackBlitz:
Deploy the Airbnb Clone using Vercel:
git clone https://github.com/evertcode/airbnb-clone
cd airbnb-clone
npm i
npm run dev
# or
git clone https://github.com/evertcode/airbnb-clone
cd airbnb-clone
yarn
yarn run dev
Deploy it to the cloud with Vercel (Documentation).