https://github.com/victorvoid/barrhub
A SPA in ClojureScript using GitHub API.
https://github.com/victorvoid/barrhub
Last synced: about 1 year ago
JSON representation
A SPA in ClojureScript using GitHub API.
- Host: GitHub
- URL: https://github.com/victorvoid/barrhub
- Owner: victorvoid
- Created: 2017-02-09T22:33:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T00:22:39.000Z (about 9 years ago)
- Last Synced: 2025-07-01T12:03:03.483Z (about 1 year ago)
- Language: Clojure
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barr-hub
A [re-frame](https://github.com/Day8/re-frame) application designed to ... well, that part is up to you.
## Development Mode
### Run application:
```
lein clean
lein figwheel dev
```
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
## Production Build
To compile clojurescript to javascript:
```
lein clean
lein cljsbuild once min
```