I'm obviously missing something important. I purchased what I thought was a blazor template. The blazor instructions
https://preview.keenthemes.com/blazor/metronic/docs/getting-started
are the same as the node instructions, and look to be correct for node and not blazor. How can I get a blazor demo template website so I can modify it myself?
Hi Andy,
"Build assets" section is the same for all our starterkits, we are providing gulp and webpack tools to build src files, then as a result, your will have bundled files inside wwwroot folder, and later these files are used in razor files.
Before running blazor starterkit you need to build our source files. And then to run our blazor starterkit you can execute dotnet watch
from your command line. See Run Application section on the same page.
Regards,
Lauris Stepanovs,
Keenthemes Support Team