Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 446 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 446 Bytes

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