This is a small collection of Clojure exercises created for the presentation Clojure for Beginners.
Try it online: https://cfb.cofx.nl.
Run npm install
before you start development for the first time and each time you add a new JavaScript dependency.
If you're a beginner to Clojure and don't have a favorite setup yet, I recommend using Visual Studio Code in combination with the Calva extension.
Once you've installed Java, Node.js, NPM, Visual Studio Code, and Calva, connect Calva to the project and start developing.
Execute the following command to create a release build:
npx shadow-cljs release app
The result can be found in /dist
.