cd ./appshell
and runnpm i
and thennpm run build
cd ../SuperCoolApp.Ui
and rundotnet build
cd ../piral~/SuperCoolApp.Ui
and runnpm start
- On the page
/hello
an error is shown in the browsers console, because@inject CustomLogger<T> _customLogger
inSuperCoolApp.Ui\Components\LoggingComponent.razor
can not be resolved.