This demo shows a very basic way of rendering static HTML with some components being re-hydrated on the frontend.
static built files include this js
npm i
npx shadow-cljs watch browser
Currently you can build the pages only from the repl. no commands made yet
clj -M:repl
After connecting the editor, in build.clj
, excecute
(spit "./public/index.html" (rum/render-html (app/app "helloooo")))