I would like to get started experimenting with a fullstack clojure/clojureScript application.
To learn to understand the basic structure I’d like to use the most basic tooling, no lein, no figwheel, no boot, no luminus. Only Clojure (+ring +reitit +rum) and ClojureScript (+rum +shadow-cljs)
What I try to get going is the following:
- a Clojure Server that serves a serverside (pre-)rendered rum component that gets fully hydrated from cljs
- all of that with that “great dynamic clojurey workflow” (instant live reloading)
- a live clj REPL
- a live cljs REPL
Can someone please point me in the right directions?
The most promising template I found was GitHub - mdiin/happlate: A template for awesome web apps, based on Hoplon, Postgresql and RPC communication. but I always get errors…
I would be really happy if someone could help me get started