Do not install using apt as missing Clojure script runner (clj) which is deps.edn aware.
https://clojure.org/guides/getting_started
curl -O https://download.clojure.org/install/linux-install-1.10.1.536.sh
chmod +x linux-install-1.10.1.536.sh
sudo ./linux-install-1.10.1.536.sh
Can then run using alias from deps.edn
…
cd hodur_example_app/
clj -A:visualizer
Following REPL starting, can then access browser on:
http://localhost:9500/
Modify:
file:src/hodur_example_app/visualizer.cljs
Save and browser will update.