https://github.com/sylvenas/lmap
lmap
https://github.com/sylvenas/lmap
Last synced: about 2 months ago
JSON representation
lmap
- Host: GitHub
- URL: https://github.com/sylvenas/lmap
- Owner: Sylvenas
- Created: 2016-07-19T11:44:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T13:16:25.000Z (over 8 years ago)
- Last Synced: 2025-03-27T07:21:15.281Z (2 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## lmap
React components for Leaflet maps.
# How to use
First copy the repo into your disk.
```bash
$ git clone https://github.com/Sylvenas/lmap.git
```
Second install node modules and start the webpack dev server
```bash
$ npm install$ npm start
```
Third open the browser
```bash
localhost:3232
```