Demo web app:
- bmi: complex ui interaction
- fortune cookies: demonstrates how to load data from clojure (could be a database)
- time: demonstrates to push data from clojure
- iss: international space stations current position shown on a map.
First, clone this repo. Then run:
clojure -X:nb-eval
clojure -X:webly:run
After starting, open web-browser on port 8080.
The demo is also on Github Pages
Note that pages that need dynamic clj data will not work.