Kentico cloud web template using ASP.NET Core MVC and Kentico Cloud.
-
Clone or fork this repository. Once it's done, navigate to the app's
/sourceand build the solution:cd source dotnet build
-
Import content.zip data using Template manager
- Use
Project IdandContent Management API keyfrom previously generated project.
- Use
-
Place the
ProjectIdto the/source/cloud-template-dotnet-core/appsettings.jsonconfiguration file. -
Run development environment (in
/sourcefolder)dotnet run --project .\cloud-template-dotnet-core\cloud-template-dotnet-core.csproj
🚀 Your site is now running at:
- ASP.NET Core MVC web apps framework
- Data source - Kentico Cloud (using Delivery SDK for .NET)
- Styling using CSS
- GLYPHICONS Icons
- Bootstrap
