Skip to content

Neftedollar/fsharp-orleans-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F# Orleans scaffold

Based on Orleans Basic Tutorial

How to run

dotnet build
cd Server
dotnet run
cd ../Client
dotnet run