e21451df4c | ||
---|---|---|
ClientApp | ||
Controllers | ||
Pages | ||
Properties | ||
wwwroot | ||
.gitignore | ||
Program.cs | ||
README.md | ||
Startup.cs | ||
appsettings.Development.json | ||
appsettings.json | ||
dotnet-angular.csproj |
README.md
This repository is no longer updated. To access the current version, refer to the kendo-angular
repository.
Kendo UI for Angular: ASP.NET Core
This repository holds the source code for the article on Integration with UI for ASP.NET Core.
The project is based on Microsoft's Angular project template with ASP.NET Core version 2.1.
Get Started
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-angular-quickstart-dotnet.git
. - Enter the project directory by running
cd kendo-angular-quickstart-dotnet
- Run the project with
dotnet run
- Open http://localhost:5000