TODO MVC Feliz.HTMX
app in F# + Feliz.ViewEngine.HTMX and HTMX library, implemented as a single .fsx
fsharp interactive script.
Inspired by TODO MVC HTMX still have to finalize the implementation.
So it's essentially a full-stack app in 1 file :) more or less.
dotnet fsi program.fsx
If you have aspnetcore assembly load issues, try to regenerate the runtime-scripts folder, and reference the correct one for your machine depending on what you are currently running on
dotnet fsi generateScript.fsx
then check the #load
statement at the beginning of program.fsx