https://github.com/flexsurfer/cointechcap
https://github.com/flexsurfer/cointechcap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexsurfer/cointechcap
- Owner: flexsurfer
- Created: 2017-09-24T12:21:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T12:21:50.000Z (over 8 years ago)
- Last Synced: 2025-02-08T20:16:40.836Z (over 1 year ago)
- Language: CSS
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cointechcap
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
```