https://github.com/zackteo/leaflet-example
https://github.com/zackteo/leaflet-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackteo/leaflet-example
- Owner: zackteo
- Created: 2021-06-21T13:20:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T03:03:00.000Z (about 5 years ago)
- Last Synced: 2025-03-06T02:23:13.608Z (over 1 year ago)
- Language: Clojure
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Development mode
```
npm install
npx shadow-cljs watch app
```
start a ClojureScript REPL
```
npx shadow-cljs browser-repl
```
### Building for production
```
npx shadow-cljs release app
```