How to publish Blazor with .exe for server and client?
Alvin Stefanus
26
Reputation points
I want to publish the example app (template app) from Blazor with the server, client, and shared projects. Is there a way to publish the app with executable files for the server and client?
So the user can run the server with one click and run the client with another click. Is it possible that the client is in PWA / windows app like the one we install from the internet browser?
Sign in to answer