Check the deploy preview
Project purpose
Built with
Step by step to run this project
clone
You can clone by using git clone on your terminal:
git clone https://github.com/Wtheodoro/airbnb-nextj
You can clone by click on the GitHub green button "CODE" and download the .zip
npm install
This project depends on some dependencies, so the command npm install takes care of installing all of them
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm run dev