Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

How to make my blazor webassembly project run from file folder (by double clicking to open it)

$
0
0

I've created a blazor webassembly project, it can run from VS, but after I published it to my local folder, for the index.html, can I run it by double clicking it?

Do I have to use a web server?

Can I embed everything (like .css .js .wasm) into the .html file?

I have an error like this:

enter image description here


Viewing all articles
Browse latest Browse all 4839

Trending Articles