Setup Your Development Environment
First things first! Let's setup your development environment before creating the project.
Pre-Requirements
The following tools should be installed on your development machine:
An IDE (e.g. Visual Studio) that supports .NET 8.0+ development.
Yarn v1.20+ (not v2)^1 or npm v6+ (already installed with Node)
ABP CLI (command line interface that is used to automate some common tasks for ABP based solutions)
Note: Please check if you have access to Raaghu Portal with your Admin before proceeding ahead.
Install the Raaghu CLI
Raaghu CLI is a command line interface that is used to automate some common tasks for Raaghu based solutions.
You need to install the CLI using the following command:
dotnet tool install -g Waiin.Raaghu.Cli
dotnet tool install --global Waiin.Raaghu.Cli
If you've already installed, you can update it using the following command:
dotnet tool update -g Waiin.Raaghu.Cli
dotnet tool update --global Waiin.Raaghu.Cli