helix

Casey 2023-09-27T09:21:56.079379Z

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?

Casey 2023-09-27T09:37:00.515189Z

FWIW I found this little project which provides an example usage: https://github.com/rafaeldelboni/clojuredocs-helix

peterh 2023-09-27T10:36:04.147779Z

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.