Lightweight template for .NET Core MVC applications that has a Bootstrap and JQuery installed (via Bower) and BuildBundlerMinifier + WebmarkupMin for minification of HTML, XML, CSS, JS and gzip compression. It also supports multiple environments defined in the launchSettings.json (development, staging, production) where each of them defines the .net core default required variable: ASPNETCORE_ENVIRONMENT in order to indicate tag helpers if the application is going to use minified files or not. Updated to .NET Core 2.0 and added HTTPS support for Dev and Stg environments, using machine's dev certificate. |