Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 470 Bytes

NextJS RealEstate App (RapidAPI, Chakra UI)

Built with:

  • NextJS
  • RapidAPI
  • Axios

Live DEMO

👉 Real Estate APP DEMO 👈

Run Locally

1. Install Dependencies

$ npm install

2. Run development server

$ npm run dev 

Build the project

$ npm run build