Run the test.clj below in a Clojure REPL, adjusting the cmd vector as needed to launch things.
It will launch the browser REPL and imitate a user typing forms into it. (If you don't have Safari set as your default browser, you can splice ["-ro" "{:launch-browser false}" "-r"] into the end of the cmd vector and launch Safari manually, pointing it at http://localhost:9000
In your browser open the JavaScript console to see progress.
A faster verzion, zippy.clj eliminates the JavaScript console logging and the Thread/sleep calls, evaluating the sequence of integer forms as quickly as possible.
To instead compare with Figwheel, do
lein new figwheel test
Then cd into test and run the program below, but changing cmd to be ["lein" "figwheel"].