Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 976 Bytes

File metadata and controls

28 lines (16 loc) · 976 Bytes

Clojure for Beginners

This is a small collection of Clojure exercises created for the presentation Clojure for Beginners.

Try it online: https://cfb.cofx.nl.

Requirements

Development

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.

Creating a release build

Execute the following command to create a release build:

npx shadow-cljs release app

The result can be found in /dist.