/react-leaflet-demo

Displaying maps in a react application

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

react-leaflet-demo

Demonstrates how to use the open-source map leaflet library and the react-leaflet components to create simple maps in a React web application.

demo

Setup

shell command notes
git clone https://github.com/bobmacneal/react-leaflet-demo.git Clones repo in local directory
cd react-leaflet-demo Changes to react-leaflet-demo directory
yarn Installs dependencies
yarn start Starts application on port 3000