Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 921 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 921 Bytes

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