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

https://github.com/wbkd/making-maps-with-react

:globe_with_meridians: Example React components for React-Leaflet, Pigeon Maps, React MapGL and more
https://github.com/wbkd/making-maps-with-react

google-maps leaflet maps react

Last synced: 9 months ago
JSON representation

:globe_with_meridians: Example React components for React-Leaflet, Pigeon Maps, React MapGL and more

Awesome Lists containing this project

README

          

# Making maps with react

Overview of React mapping libraries. You can find the [regarding article](https://blog.webkid.io/making-maps-with-react) on our blog.

## Installation

Install dependencies:

```sh
$ yarn
```

otherwise

```sh
$ npm install
```
## Setup

Rename config_sample.json to config.json and add your api keys for mapbox and googlemaps.

## Check out the maps

Builds the application and starts a webserver with hot loading.
Runs on [localhost:3000](http://localhost:3000/)

```sh
$ npm start
```