https://github.com/flexsurfer/test-re-frisk
re-frisk test project
https://github.com/flexsurfer/test-re-frisk
Last synced: 11 months ago
JSON representation
re-frisk test project
- Host: GitHub
- URL: https://github.com/flexsurfer/test-re-frisk
- Owner: flexsurfer
- Created: 2017-09-02T13:39:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T13:40:05.000Z (almost 9 years ago)
- Last Synced: 2025-04-03T11:29:08.353Z (about 1 year ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-re-frisk
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
```