wwwroot folder is not added to a project after running the dotnet new web
. Should I just add it manually?
Here is the project structure that I see:
I am following the tutorial over here, but instead of a VS I am using the VS Code and the .NET Core CLI. Does it mean that the template created with the help of the dotnet new web
and with the help of the VS GUI are different?