docs/en/_deleted/getting-started-setup-environment-single-layer.md
//[doc-params]
{
"UI": ["MVC", "Blazor", "BlazorServer", "NG"],
"DB": ["EF", "Mongo"]
}
//[doc-nav]
{
"Next": {
"Name": "Creating a new solution",
"Path": "Getting-Started-Create-Solution-Single-Layer"
}
}
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.
First things first! Let's setup your development environment before creating the project.
The following tools should be installed on your development machine:
{{ if UI != "Blazor" }}
<sup id="f-yarn"><b>1</b></sup> Yarn v2 works differently and is not supported. <sup>↩</sup>
{{ end }}
ABP CLI is a command line interface that is used to automate some common tasks for ABP based solutions. First, you need to install the ABP CLI using the following command:
dotnet tool install -g Volo.Abp.Studio.Cli
If you've already installed, you can update it using the following command:
dotnet tool update -g Volo.Abp.Studio.Cli