User-474980206 posted
Your only option is a blazor webassembly project with no backend.
dotnet new blazorwasm
This project type only create static files hosted by a web server. For dev with mvc create a folder In the mvc root. The create the blazor project there.