mirror of https://github.com/abpframework/abp
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.
26 lines
1.0 KiB
26 lines
1.0 KiB
# ABP Documentation
|
|
|
|
ABP is an **open source application framework** focused on ASP.NET Core based web application development, but also supports developing other types of applications.
|
|
|
|
Explore the left navigation menu to deep dive in the documentation.
|
|
|
|
## Getting Started
|
|
|
|
Easiest way to start a new project with ABP is to use the startup templates:
|
|
|
|
* [ASP.NET Core MVC (Razor Pages) UI Startup Template](Getting-Started-AspNetCore-MVC-Template.md)
|
|
* [Angular UI Startup Template](Getting-Started-Angular-Template.md)
|
|
|
|
If you want to start from scratch (with an empty project) then manually install the ABP Framework and use the following tutorials:
|
|
|
|
* [Console Application](Getting-Started-Console-Application.md)
|
|
* [ASP.NET Core Web Application](Getting-Started-AspNetCore-Application.md)
|
|
|
|
## Source Code
|
|
|
|
ABP is hosted on GitHub. See [the source code](https://github.com/abpframework/abp).
|
|
|
|
## Want to Contribute?
|
|
|
|
ABP is a community-driven open source project. See [the contribution guide](Contribution/Index.md) if you want to be a part of this project.
|