The simplest Todo app showcasing a client-server application written entirely in F# using:
- Fable for compiling F# code to javascript
- Elmish for Elm-style single page apps
- Suave as the web server
- Fable.Remoting for type-safe communication
- LiteDB.FSharp for the storage. App uses the in-memory database.
- Dotnet 6.0
- Node
for developement mode: watching and recompiling both client and server when files change. On the client, hot-reloading is enabled by default
dotnet run
Then navigate to http://localhost:8080
where Vite dev server is hosting the app.