Examples of using clj
with deps to create a very minimal clojurescript web page.
- Download the files from this gist.
- Run them with
make run
ormake run-reagent
- Point browser to http://localhost:9000
- Type commands in the REPL
(require '[index-reagent :as ir])
(ir/mountit)
;; See content in web page
(ir/change-message "I'm in your machine twiddling your bits.")
;; see updated web page