Talk for Amsterdam Emacs User Group 30 October 2019
curl -sL https://deb.nodesource.com/setup_12.x | bash -
sudo apt-get install -y openjdk-8-jdk leiningen nodejs
npm install -g shadow-cljs
lein clean
npm install
lein dev
shadow-cljs will automatically push cljs changes to the browser.
Wait a bit, then browse to http://localhost:8280.
Refer to the shadow-cljs Emacs / CIDER documentation.