This is a learning exercise for myself. I'm going to go through the official htmx examples and implement them using Clojure.
htmx niceties for Clojure are present in SimpleUI but I'm going to skip this to keep things simpler.
- Try out at repl. Else, run
clj -M -m dumrat.htmx-learn.core
at root folder. - Point the browser to htmx-examples.
- integrant for system creation.
- reitit for routing and ring handler
- ring-jetty-adapter for jetty server
- hiccup for html generation