Skip to content

builtbysuraj/real-estate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate

How to run locally

  1. Clone this repo using the following command:
git clone https://github.com/builtbysuraj/real-estate.git
  1. Move to the project directory using the following command:
cd real-estate
  1. Install the required dependencies using the following command:
npm install
  1. Start the development server using the following command:
npm run dev

Congratulations ✨ you have successfully started the development server!