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
- Host: GitHub
- URL: https://github.com/wbkd/making-maps-with-react
- Owner: wbkd
- Created: 2017-04-25T10:04:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T10:06:24.000Z (over 8 years ago)
- Last Synced: 2025-03-24T09:52:50.755Z (over 1 year ago)
- Topics: google-maps, leaflet, maps, react
- Language: JavaScript
- Homepage: http://blog.webkid.io/making-maps-with-react/
- Size: 114 KB
- Stars: 74
- Watchers: 8
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```