A tempalte for Elmish.WPF applications.
- Install the template if it's not installed yet:
git clone https://github.com/fuchen/Elmish.WPF.Starter dotnet new -i Elmish.WPF.Starter/src/content
- Create project:
dotnet new elmish-wpf -n <YourPorjectName>
- MVU pattern for WPF application, powered by Elmish.WPF.
- Single F# project. C# view project is not needed.
- Hot reload view window when source xaml file is changed.