Install and create an application
Install the template
Section titled “Install the template”dotnet new install Trykatch.TemplatesGenerate a complete .NET 10 backend and React workspace with your product name:
dotnet new trykatch -n Horizoncd HorizonNames containing dots and hyphens are normalized for C# namespaces, directories, container names, and npm packages.
Choose the generated surface
Section titled “Choose the generated surface”React is included by default. Generate a backend-only solution only when that is intentional:
dotnet new trykatch -n Horizon --ui noneOptional free modules are disabled by default:
dotnet new trykatch -n Horizon \ --email true \ --storage true \ --documents true \ --images trueIDE installation
Section titled “IDE installation”The package uses the standard .NET template engine. Rider can install the .nupkg from New Solution → More Templates → Install Template. Visual Studio discovers installed SDK templates in Create a new project after the package is installed; search for Trykatch.