项目作者: wbkd

项目描述 :
:globe_with_meridians: Example React components for React-Leaflet, Pigeon Maps, React MapGL and more
高级语言: JavaScript
项目地址: git://github.com/wbkd/making-maps-with-react.git
创建时间: 2017-04-25T10:04:28Z
项目社区:https://github.com/wbkd/making-maps-with-react

开源协议:

下载


Making maps with react

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

Installation

Install dependencies:

  1. $ yarn

otherwise

  1. $ 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

  1. $ npm start