This is a port of TodoMVC in Elm implemented in F# and targeting Fable and React.
The app is live at https://elmish.github.io/sample-react-todomvc.
Pre-requisites:
- .NET Core SDK 6.*
yarn
installed as a globalnpm
or a platform package and available in the path
To build locally and start the webpack-devserver:
- once:
dotnet tool restore
dotnet fsi build.fsx -t Watch
open localhost:8090