I have just one, quick question. Is there way to hot reload a blazor app? At least, .razor files? Now I\'m hosting my app on local IIS (not IIS express).
I was looki
Just launch the project using CTRL + F5 (without attaching a debugger), make changes and reloads the page.