Skip to content

agility/agilitycms-dotnet-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agility CMS & .NET Starter

To start using the Agility CMS & .NET Starter, sign up for a FREE account and create a new Instance using the DotNet Starter.

Introduction to .NET and Agility CMS

About This Starter

  • Uses the latest version of .NET, with greatly improved performance across many components, Language improvements to C# and F#, and much more.
  • Supports full Layout 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.

Tailwind CSS

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.

This project is using Node.js to generate the tailwind css classes.

Getting Started

🚨 Before you dive into the code, it's important that you have the latest version of the .NET SDK installed on your machine (>=v8.0), as the project will not run without this.

Generating/Syncing Content Models from your Agility Instance

  1. cd into the Agility.NET.AgilityCLI directory.
  2. Rename the App.config.example file to App.config.
  3. Overwrite the values in the App.config file with the values from the API Keys page in Agility Settings.
  4. Run dotnet run update preview to download the Content Models from your Agility CMS instance, and generate the classes of the Content Models for you.

Setting up the Starter

  1. cd into the Agility.NET.Starter directory.
  2. Rename the appsetting.json.example file to appsettings.json.
  3. Overwrite the values in the appsettings.json file with the credentials from the API Keys page in Agility Settings.

Running the Site Locally

  • dotnet build => Builds the website
  • dotnet run => Builds & runs the website
  • npm run dev & dotnet watch => Builds and runs the site in Watch mode, so changes are reflected in the browser immediately.
  • dotnet clean => Cleans the build outputs of the site

How It Works

Deploy to Azure App Service

  1. Create an Web App (server) to host your application by clicking Azure Deploy button below:
    Deploy to Azure

  2. Deploy your source to Web App by following the steps here How to Deploy the Dotnet Starter to Azure

Resources

Agility CMS

.NET

Tailwind CSS

Community

Feedback and Questions

If you have feedback or questions about this starter, please use the Github Issues on this repo, join our Community Slack Channel.