/react-leaflet-demo

Sample code to illustrate a blog post about using React and Leaflet

Primary LanguageJavaScriptApache License 2.0Apache-2.0

react-leaflet-blog-post-project

Sandbox code from a blog post about React and Leaflet.

Quick Setup

Clone the project, cd into the directory. Using a recent version of Node (6.x+), run:

npm install
npm start

This will install the required Node libraries catalogued in package.json and start webpack-dev-server on port 7171.

Visit http://localhost:7171 to see the project running in the browser.

License

Apache 2