Skip to content

Commit

Permalink
Merge pull request #47 from Quantisan/feature/link-re-frame-example
Browse files Browse the repository at this point in the history
link to re-frame chat app example
  • Loading branch information
crisptrutski committed Nov 12, 2015
2 parents 1405dd3 + a0086ab commit 372552c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,18 @@ Matchbox can be used without a `core.async` dependency.

# Examples

There are some ClojureScript demos in the `examples` directory.
1) There are some ClojureScript demos in the `examples` directory.

Those in the `cljs` folder can be compiled from the main project via
`lein cljsbuild once <example-name>`, and then run by opening the 'index.html'
found in the example directory in a browser.

There is also a stand-alone demo project, `reagent-example`. This example can be
2) There is also a stand-alone demo project, `reagent-example`. This example can be
launched by executing `lein run`, and opening "http://localhost:3000" in a browser.

## Gotchas
3) If you'd like to use `re-frame`, there is [a realtime chat app showcase](https://github.com/Quantisan/re-frame-firebase-example).

# Gotchas

1. `swap!` takes callback in non-standard way

Expand Down

0 comments on commit 372552c

Please sign in to comment.