A OneStop Solution to find the Home on rent
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
git pull origin main
- 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.