/todo-mvc-feliz-htmx

explore data

Primary LanguageF#MIT LicenseMIT

TODO MVC Feliz.HTMX

contrib

preview

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.

How to run

dotnet fsi program.fsx

troubleshooting

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