An open API service indexing awesome lists of open source software.

https://github.com/codecraft26/google-map-integration


https://github.com/codecraft26/google-map-integration

Last synced: 8 months ago
JSON representation

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/)