A counter demo of Elmish.
This is a port of Elm's counter implemented in F# and targeting Fable and React.
The sample is live and you can try it here.
Pre-requisites:
- .NET Core SDK 5.*
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 fake build -t Watch
open localhost:8090