Skip to content

Interactive presentation for Amsterdam Emacs User Group talk

Notifications You must be signed in to change notification settings

transducer/spc-as-my-leader

Repository files navigation

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.

About

Interactive presentation for Amsterdam Emacs User Group talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published