Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsomix/avalonia-fsharp-example

"Hello World" example using Avalonia and F#
https://github.com/gsomix/avalonia-fsharp-example

avalonia avaloniaui fsharp hello-world ui

Last synced: 3 months ago
JSON representation

"Hello World" example using Avalonia and F#

Awesome Lists containing this project

README

        

# avalonia-fsharp-example

Code example for the article ["Say hello to Avalonia"](https://gsomix.github.io/blog/01-say-hello-to-avalonia/).

![window](img/01-window.PNG)

## Build

[.NET Core 3.1 SDK](https://www.microsoft.com/net/download/core#/sdk) is required to build the project.

```
$ dotnet build -c Release
```

# Run

```
$ dotnet run -c Release
```