https://github.com/escherize/looper
Easily Editable Force Directed Graph
https://github.com/escherize/looper
Last synced: 9 months ago
JSON representation
Easily Editable Force Directed Graph
- Host: GitHub
- URL: https://github.com/escherize/looper
- Owner: escherize
- Created: 2015-07-07T12:39:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T11:54:34.000Z (almost 11 years ago)
- Last Synced: 2023-07-31T23:56:15.175Z (almost 3 years ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# looper
A [re-frame](https://github.com/Day8/re-frame) application designed to ... well, that part is up to you.
## Development Mode
```
lein clean
lein figwheel
```
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
## Production Build
```
lein clean
lein cljsbuild once min
```