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.
20 lines
704 B
20 lines
704 B
# Getting Started
|
|
|
|
````json
|
|
//[doc-params]
|
|
{
|
|
"UI": ["MVC", "Blazor", "BlazorServer", "NG"],
|
|
"DB": ["EF", "Mongo"],
|
|
"Tiered": ["Yes", "No"]
|
|
}
|
|
````
|
|
|
|
> This document assumes that you prefer to use **{{ UI_Value }}** as the UI framework and **{{ DB_Value }}** as the database provider. For other options, please change the preference on top of this document.
|
|
|
|
## Contents
|
|
|
|
This tutorial explains how to **create and run** a new web application using the ABP Framework. Follow the steps below;
|
|
|
|
1. [Setup your development environment](Getting-Started-Setup-Environment)
|
|
2. [Creating a new solution](Getting-Started-Create-Solution.md)
|
|
3. [Running the solution](Getting-Started-Running-Solution.md) |