Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 720 Bytes

Getting-Started-Single-Layered.md

File metadata and controls

17 lines (13 loc) · 720 Bytes

Getting Started

//[doc-params]
{
    "UI": ["MVC", "Blazor", "BlazorServer", "NG"],
    "DB": ["EF", "Mongo"]
}

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.

This tutorial explains how to create and run a new Single-Layered web application using the ABP Framework. Follow the steps below:

  1. Setup your development environment
  2. Creating a new solution
  3. Running the solution