NXUI

(β˜… 247)

NXUI (nex-ui), next-gen UI - Create minimal Avalonia applications using C# 10 and .NET 8

  • .editorconfig
  • .gitattributes
  • .gitignore
  • Directory.Build.props
  • drawline.pp
  • global.json
  • LICENSE.md
  • NuGet.Config
  • NXUI.sln
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/wieslawsoltes/NXUI

Downloads the entire project code from GitHub to your computer.

cd NXUI

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet workload install wasm-tools

Type this command into your terminal and run it.

dotnet run -- ../NXUI/Generated

Builds the project and runs it immediately.

dotnet run -- ../NXUI.FSharp/Generated -fsharp

Builds the project and runs it immediately.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation