unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.87k stars 716 forks source link

How to run Uno WASM app from command line #5592

Open MartinZikmund opened 3 years ago

MartinZikmund commented 3 years ago

What would you like clarification on:

Add a how-to tutorial on running a Uno WASM app server from the command line.

Concern?

For which Platform:

michalss commented 3 years ago

I would like to know how to host uno wasm on linux properly? Currently using server.py and hosting it with python, but it is very bad way to do(very unstable) it, so i would prefer method similar to blazor with dotnet command...

jeromelaban commented 3 years ago

You can use dotnet serve

michalss commented 3 years ago

works like charm.. Very nice solution.. thx