Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 322 Bytes

WebSharperPassStateToClient

An example websharper project where I need to figure out how to pass a server-side generated map of JavaScriptExport objects to the client

How to run

Restore dependencies and build:

.paket/paket.sh update
dotnet restore
dotnet build

Run from VS Studio in ISSExpress