To start using the Agility CMS & .NET 5 Starter, sign up for a FREE account and create a new Instance using the Blog Template.
Introduction to .NET5 and Agility CMS
- Uses the latest version of .NET, with greatly improved performance across many components, Language improvements to C# and F#, and much more.
- Supports full Page Management
- Supports Preview Mode
- Includes an easy-to-use CLI tool that helps you download the Content Models from your Agility CMS instance, and generates the classes of the Content Models for you.
This starter uses Tailwind CSS, a simple and lightweight utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
It also comes equipped with Autoprefixer, a plugin which use the data based on current browser popularity and property support to apply CSS prefixes for you.
🚨 Before you dive into the code, it's important that you have the latest version of the .NET SDK installed on your machine (>=v5.0), as the project will not run without this.
- cd into the
Agility.NET5.AgilityCLIdirectory. - Rename the
App.config.examplefile toApp.config. - Overwrite the values in the
App.configfile with the values from the API Keys page in Agility Settings. - Run
dotnet run update previewto download the Content Models from your Agility CMS instance, and generate the classes of the Content Models for you.
- cd into the
Agility.NET5.Starterdirectory. - Rename the
appsetting.json.examplefile toappsettings.json. - Overwrite the values in the
appsettings.jsonfile with the credentials from the API Keys page in Agility Settings.
dotnet build=> Builds your .NET project.dotnet run=> Builds & runs your .NET project.dotnet clean=> Cleans the build outputs of your .NET project.
-
Create an Web App (server) to host your application by clicking
Azure Deploybutton below:
-
Deploy your source to Web App by following the steps here How to Deploy .NET 5.0 Starter to Azure
If you have feedback or questions about this starter, please use the Github Issues on this repo, join our Community Slack Channel or create a post on the Agility Developer Community.