https://github.com/codecraft26/google-map-integration
https://github.com/codecraft26/google-map-integration
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecraft26/google-map-integration
- Owner: codecraft26
- Created: 2023-05-15T17:34:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T17:35:58.000Z (about 3 years ago)
- Last Synced: 2025-01-11T16:39:29.787Z (over 1 year ago)
- Language: JavaScript
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Maps with React
## How to setup the repo locally?
1. Clone git repository by using `git clone https://github.com/scalereal/google-maps-with-react.git`
2. Navigate into the repo by using the command `cd google-maps-with-react`
3. Use `yarn install` or `npm install` to install all dependencies
4. Create .env file under the root directory of project and add environment variable `REACT_APP_GOOGLE_API_KEY=YOUR_GOOGLE_API_KEY`
5. Run the app locally by using `yarn start` or `npm start`
### Check out working application here 👇️
[https://google-maps-with-react.onrender.com/](https://google-maps-with-react.onrender.com/)