Sandbox code from a blog post about React and Leaflet.
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.
Apache 2