I'm getting started exploring helix and I used npx create-helix-app to create a starter project.. but the scaffolding doesn't seem to include any example code (using helix nor refx). Is there a sort of hello world starter/template for helix+refx?
FWIW I found this little project which provides an example usage: https://github.com/rafaeldelboni/clojuredocs-helix
There is an example for re-frame's todomvc implemented with Helix + refx in the refx repo: https://github.com/ferdinand-beyer/refx/tree/main/examples/helix However, I found that it is pretty straightforward to migrate from re-frame to refx, keeping a few differences in mind: https://github.com/ferdinand-beyer/refx#differences-from-re-frame Some kind of starter template would be nice though.