Replies: 1 comment
-
We do not have the documentation nor templates to build such a Web site at this point, we're tracking this in #6531. Yet, Static files serving from an ASP.NET core application is generally a good way to handle this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In most cases a web assembly project needs a web api project of its own. In this case it will be preferable to have only one web site to serve both api and webassembly client.
What is needed is like Blazor core hosted model:
https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-5.0
Adding an option for core-hosted model in project templates that include wasm will be very helpful.
How can i achieve this result untill such an option is added to project templates?
Beta Was this translation helpful? Give feedback.
All reactions