Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 302 Bytes

lmap

React components for Leaflet maps.

How to use

First copy the repo into your disk.

$ git clone https://github.com/Sylvenas/lmap.git

Second install node modules and start the webpack dev server

$ npm install

$ npm start

Third open the browser

localhost:3232