Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 652 Bytes

SPC as my leader - programming Clojure with Spacemacs

Talk for Amsterdam Emacs User Group 30 October 2019

Installation

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

Development Mode

Run application:

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.

Start Cider from Emacs:

Refer to the shadow-cljs Emacs / CIDER documentation.