From be4f6d9d5644f69249be92c83f9691f3eac6c5f9 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 26 Jan 2016 00:01:36 -0500 Subject: [PATCH] [docs]: note about stater, link to cljs sample app --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e354420..141cbf9 100644 --- a/README.md +++ b/README.md @@ -582,8 +582,16 @@ Since mount [supports both](doc/clojurescript.md#managing-state-in-clojurescript ## Mount and Develop! -`mount` comes with an example [app](dev/clj/app) -that has 4 states: +Besides a [a collection](https://github.com/tolitius/stater) of sample mount applications, mount _sources_ come with two sample apps: + +* Clojure [app](dev/clj/app) +* ClojureScript [app](doc/clojurescript.md#mounting-that-clojurescript) + +You can clone mount, jump into a REPL and start playing with these built in apps. + +Below is an example of the Clojure app that comes with mount. + +The app has 4 states: * `config`, loaded from the files and refreshed on each `(reset)` * `datomic connection` that uses the config to create itself