Getting Started - Templates
Project templates for Duende BFF are shipped as part of the Duende .NET project templates. Refer the templates documentation for more information on how to install the templates.
Available templates
Section titled “Available templates”BFF Remote API
Section titled “BFF Remote API”dotnet new duende-bff-remoteapiCreates a basic JavaScript-based BFF host that configures and invokes a remote API via the BFF proxy.
BFF Local API
Section titled “BFF Local API”dotnet new duende-bff-localapiCreates a basic JavaScript-based BFF host that invokes a local API co-hosted with the BFF.
BFF Blazor
Section titled “BFF Blazor”dotnet new duende-bff-blazorCreates a Blazor application that uses the interactive auto render mode, and secures the application across all render modes consistently using Duende.BFF.Blazor.