This project shows how to make a todo list with O'Doyle Rum. It is based on reframe's todomvc project. Unlike that project, though, this one does server-side rendering and persists the todos in a server-side session rather than local storage.

Development

  • Install the Clojure CLI tool
  • To develop with figwheel: clj -M:dev:cljs
  • To build a JAR file: clj -M:prod:cljs