ASP.NET Core backend for dhtmlxGantt.
- MS VisualStudio 2022
- .NET 8.0 SDK or later
Requires MS Visual Studio 2022. The version of the MS Visual Studio should support .NET 8.0.
- Clone the demo repository
- Run the application pressing
ctrl + f5, or clicking on the Run button on the top in the panel interface
Alternatively, install the dotnet runtime manually: https://learn.microsoft.com/en-us/dotnet/core/install/
To check if .NET is installed, open terminal and run:
dotnet --versionSteps to run:
- Open the project folder in VS Code
- Open the terminal (Ctrl+` or View → Terminal)
- Navigate to the project folder and run:
cd DHX.Gantt
dotnet restore
dotnet run # or use 'dotnet watch' for hot reloadUsing dotnet watch enables automatic code reloading when you modify C# files.
- Open the browser at https://localhost:7296 (or http://localhost:5296)