Back to Dotnet

README

src/mono/wasm/templates/templates/console/README.md

11.0.100491 B
Original Source

.NET WebAssembly Node app

Build

You can build the app from Visual Studio or from the command-line:

dotnet build -c Debug/Release

After building the app, the result is in the bin/$(Configuration)/net7.0/browser-wasm/AppBundle directory.

Run

You can build the app from Visual Studio or the command-line:

dotnet run -c Debug/Release

Or directly start node from the AppBundle directory:

node bin/$(Configuration)/net7.0/browser-wasm/AppBundle/main.mjs