Please refer to 'How to run' section if get DirectoryNotFoundException
This is demo project on ASP.NET Core for treegrid component.
Install Visual Studio 2019 Community (haven't tried compiling and running in new Visual Studio).
Now for Visual Studio 2019 and .NET 5.
New version is without gulp file.
Newtonsoft.Json package is replaced with System.Text.Json.
git clone https://github.com/miptleha/treegrid-core.git
This project contains only .NET backend part and View with initialization code for treegrid JavaScript component.
Treegrid component is installed as NPM module (dependencies in package.json) from GitHub repository.
- Open the treegrid-core.sln file in Visual Studio
- Right click on package.json and select 'Restore Packages'
- Frontent component and jquery will be uploaded in node_modules folder
- Run application