@flyboarder is it really that different than building any web app? I know you have access to the filesystem and some other stuff. What it does seem to do pretty differently is how you get a repl
I would be interested in seeing how you set up boot to (re)load the code into electron
@vigilancetech there are many things to consider, but regarding the repl I think shadow-cljs has a bit more potential there or maybe planck
boot isnt needed for hoplon
just a cljs compiler
so in theory you could wire a pretty cool workflow together in boot to setup these things within your project using shadow-cljs or the like
thats basically how boot-nodejs works