Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacticiankerala/re-frame-sample-app
A sample app built using re-frame
https://github.com/tacticiankerala/re-frame-sample-app
Last synced: about 1 month ago
JSON representation
A sample app built using re-frame
- Host: GitHub
- URL: https://github.com/tacticiankerala/re-frame-sample-app
- Owner: tacticiankerala
- Created: 2015-11-26T20:16:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T20:21:32.000Z (about 9 years ago)
- Last Synced: 2024-08-05T10:09:22.872Z (5 months ago)
- Language: Clojure
- Size: 136 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-re-frame - tacticiankerala/re-frame-sample-app - frame example app. (Get github profile) Walkthru [here](http://www.multunus.com/blog/2016/02/noobs-walkthrough-re-frame-app/). (Examples / Demos)
README
# github-profile
A [re-frame](https://github.com/Day8/re-frame) sample application.
## [DEMO](http://tacticiankerala.github.io/re-frame-sample-app/resources/public/index.html)
## 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).
### Run tests:
```
lein clean
lein cljsbuild auto test
```## Production Build
```
lein clean
lein cljsbuild once min
```