Getting Started

Screenshot of the example app. (Simple counter app with a text block and two buttons)

Step 1: Empty Console App

Create a new F# console application targeting .net 8 or higher.

Step 2: Packages

Reference the following packages Avalonia.Desktop, Avalonia.Themes.Fluent and Avalonia.FuncUI.

Run the following commands in your project directory:

Step 3: Add code to Program.fs

Step 4: build and run 🎉

Last updated