An open API service indexing awesome lists of open source software.

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

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
```