This is a navigation sample ported from Elm.
In addition to init, update, view functions it introduces hashParser and urlUpdate to handle browser navigation events.
For more information about it see the docs. Pre-built SPA is available at https://elmish.github.io/sample-react-navigation.
Pre-requisites:
- .NET Core SDK 5.*
yarninstalled as a globalnpmor 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