You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/docs/en/Startup-Templates/Index.md

11 lines
606 B

# Startup Templates
While you can start with an empty project and add needed packages manually, startup templates make easy and comfortable to start a new solution with the ABP framework. Click the name from the list below to see the documentation of the related startup template:
* [**`app`**](Application.md): Application template.
* [**`app-nolayers`**](Application-Single-Layer.md): Application (single layer) template.
* [**`module`**](Module.md): Module/service template.
* [**`console`**](Console.md): Console template.
* [**`WPF`**](WPF.md): WPF template.
* [**`MAUI`**](MAUI.md): MAUI template.