I spent some time working through the steps to build a template for Dotnet applications. The main requirements are:
- The backend needs to be built using dotnet core
- It has to apply changes as they are made during development
- It must have support for authentication and authorization.
Other nice to have items are:
- Support for bootstrap 5
- Packaging support that isn’t super complex (vite instead of webpack)
- Support for font awsome free icons
- 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.