File tree Expand file tree Collapse file tree
src/mono/wasm/templates/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Build
44
5- You can build the applcation from Visual Studio or by dotnet cli
5+ You can build the application from Visual Studio or by dotnet cli
66
77```
8- dotnet build -c Debug/Release -r browser-wasm
8+ dotnet build -c Debug/Release
99```
1010
1111After building the application, the result is in the ` bin/$(Configuration)/net7.0/browser-wasm/AppBundle ` directory.
1212
1313## Run
1414
15- You can build the applcation from Visual Studio or by dotnet cli
15+ You can build the application from Visual Studio or by dotnet cli
1616
1717```
18- dotnet run -c Debug/Release -r browser-wasm
18+ dotnet run -c Debug/Release
1919```
2020
2121Or you can start any static file server from the AppBundle directory
Original file line number Diff line number Diff line change 22
33## Build
44
5- You can build the applcation from Visual Studio or by dotnet cli
5+ You can build the application from Visual Studio or by dotnet cli
66
77```
8- dotnet build -c Debug/Release -r browser-wasm
8+ dotnet build -c Debug/Release
99```
1010
1111After building the application, the result is in the ` bin/$(Configuration)/net7.0/browser-wasm/AppBundle ` directory.
1212
1313## Run
1414
15- You can build the applcation from Visual Studio or by dotnet cli
15+ You can build the application from Visual Studio or by dotnet cli
1616
1717```
18- dotnet run -c Debug/Release -r browser-wasm -h=nodejs
18+ dotnet run -c Debug/Release
1919```
2020
2121Or you can start any static file server from the AppBundle directory
You can’t perform that action at this time.
0 commit comments