Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide a way to easily test the Blazor WebAssembly publish output #17528
Labels
Projects
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
@danroth27 thanks for contacting us You can do |
This comment has been minimized.
This comment has been minimized.
What about SPA routing? |
This comment has been minimized.
This comment has been minimized.
Maybe rely on the community :) https://www.nuget.org/packages/dotnet-serve/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't have a simple way to test the publish output of a Blazor WebAssembly app. You basically have to deploy the published app to some environment to try running it (IIS or some other static site host).
We have the Blazor dev server. Could we make that a stand alone tool that you could use for this purpose?