/making-maps-with-react

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

Primary LanguageJavaScript

Making maps with react

Overview of React mapping libraries. You can find the regarding article on our blog.

Installation

Install dependencies:

$ yarn

otherwise

$ 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

$ npm start