Aurelia2 Dotnet Template

I spent some time working through the steps to build a template for Dotnet applications. The main requirements are:

  1. The backend needs to be built using dotnet core
  2. It has to apply changes as they are made during development
  3. It must have support for authentication and authorization.

Other nice to have items are:

  1. Support for bootstrap 5
  2. Packaging support that isn’t super complex (vite instead of webpack)
  3. Support for font awsome free icons
  4. Menu system with the ability to recognize user authorizations

To that end I created an aurelia2-dotnet template on github.

I would appreciate any feedback.

3 Likes