Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.24 KB

Simple Reagent apps

This is a collection of simple Reagent apps that give you a starting point for experimentation, without having to worry about project setup.

This collection was created for the presentation Clojure for Beginners.

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, you can open src/rsi/core.clj, connect Calva to the project, and start experimenting.

Running tests

First, compile the JavaScript bundle containing all tests by executing npx shadow-cljs compile test. Afterwards, run the tests by executing node out/node-test.js.

Deploying

Execute deploy.sh to deploy with GitHub pages. The resulting release build can be found in /docs.