Skip to content

poimenov/Photino.Fun.FluentBlazor

Repository files navigation

Photino.Fun.FluentBlazor

Description

This is a F# project template for the create Photino.net desktop application with using Fun.Blazor and FluentUI.Blazor.

Prerequisites

.Net SDK 8.0

Installation

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 ./

Usage

dotnet new photino-fun-fluentblazor -o MyApp
cd MyApp
dotnet run

Releases

No releases published

Packages

No packages published