Please help,
I'm very excited for Blazor, and want to use this technology for web development.
The samples from the Blazor.net leave a lot of questions but at the top, they HIDE the process to build the WebAssembly from the C# code, that in turn gets into the browser.
How can one, take a HTML file, preferably with C#/Blazor code inside it, or have the C#/Blazor code in something like a .js file, with NO Visual Studio project, and then build the WebAssembly for the HTML page to use the C#/Blazor code.
Is there a C#/Blazor command line compiler?