Here is the dotnet skeleton app with typescript, sass, bootstrap4, jquery, and webpack4
@MaximBalaganskiy, May I ask you to take a look at this starter kit too
dotnet run
(through middleware) and au run
both start webpack --watch
. I believe, this is the source of the issue. Why do you use au run
?
1 Like
I don’t, a comrade used au run
so I tested to make sure both works, I use F5
most of the times , the above-mentioned repo works, I just want to make sure it is configured somehow ideally
If you want to serve aurelia from dotnet, au run
should not be used. Similarly, if dotnet is just serving api, then remove middleware and views
1 Like