Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 796 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 796 Bytes

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.