Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 709 Bytes

File metadata and controls

31 lines (25 loc) · 709 Bytes

F# Datastar Example

app gif

Setup

Install .NET SDK.

winget install Microsoft.DotNet.SDK.9

Install tools.

dotnet tool restore

Install dependencies.

dotnet paket install

Usage

Run the application.

dotnet run --project src/App/App.fsproj

Navigate to http://localhost:5000 in your web browser to see the application in action.

Resources