blazorbootstrap-starter-templates
blazorbootstrap-starter-templates copied to clipboard
Unable to run Net8.BlazorAutoPerPage
I've seen that in the repository there's an example of Blazor auto per page/component. I've seen that I cannot run it anyway. It looks like the problem is from the Routes.razor file in the Client project, which refers Layout.MainLayout, which is in the server project.
Are there working examples of the per page/component interactive mode? Is there a reason why this example is not referenced in the documentation?
Kind regards :)