https://github.com/niku/sandbox-leaflet.js
A sandobx of the leaflet.js with the TypeScript
https://github.com/niku/sandbox-leaflet.js
Last synced: 2 days ago
JSON representation
A sandobx of the leaflet.js with the TypeScript
- Host: GitHub
- URL: https://github.com/niku/sandbox-leaflet.js
- Owner: niku
- License: mit
- Created: 2015-09-30T13:38:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T13:47:37.000Z (over 10 years ago)
- Last Synced: 2025-11-29T06:57:17.789Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A sandobx of the leaflet.js with the TypeScript
## How to use
```
$ npm update && bower update && gulp ts
$ open index.html
```
## How to develop
```
$ npm update && bower update && gulp
$ open index.html
```