0
missingpagellc created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? ASP.NET CORE MVC & jQuery .NET 5.0 v10.4.0
- What is your product type (Angular or MVC)? MVC & jQuery
- What is product framework type (.net framework or .net core)? .NET 5.0
If issue is about UI
Below folders are missing
src/MyPortal.Web.Mvc/wwwroot/view-resources/Views/_Bundles src/MyPortal.Web.Mvc/wwwroot/view-resources/Areas/App/Views/_Bundles
1 Answer(s)
-
0
Hi @missingpagellc
These files will be generated when you run "yarn" and then "npm run create-bundles" after downloading the project. Did you run these commands ?
You can follow https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Getting-Started-Core to run your project properly.
Thanks,