This is a F# project template for the create Photino.net desktop application with using Fun.Blazor and FluentUI.Blazor.
.Net SDK 8.0
Clone the repo: https://github.com/poimenov/Photino.Fun.FluentBlazor.git
Navigate to the Photino.Fun.FluentBlazor folder
Remove the .git folder
Run dotnet new install .\
cd Photino.Fun.FluentBlazor
rm -rf .git
dotnet new install .\If you're using a Linux or macOS operating system, use a forward slash:
dotnet new install ./dotnet new photino-fun-fluentblazor -o MyApp
cd MyApp
dotnet run