Skip to content

rushikadivar/HomeKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeKey

A OneStop Solution to find the Home on rent

Installing dependencies

To add env file to the root

npm install dotenv --save

To install react router dom

npm install react-router-dom

To install material-ui components

npm install @material-ui/core
npm install @material-ui/icons

To install Google React Button

npm install --save react-google-button

To update local repo from remote git repo

git pull origin main

To run the project in your local machine

  • Clone the repository.
  • Open the terminal in the same folder and write npm install
  • It will install all the dependencies from the package.json file.
  • Now run npm run start which will start the react app in your local machine's browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published