/kendo-angular-quickstart-dotnet

Using Kendo UI for Angular with the .NET Core 3.x

Primary LanguageTypeScript

Kendo UI for Angular: ASP.NET Core

This repository holds the source code for the article on Using with .NET Core with the Kendo UI for Angular suite.

The project is based on the Angular Single-Page Application project template version 2.1.

Get Started

  1. Clone this repository by using your favorite Git client or by executing git clone https://github.com/telerik/kendo-angular-quickstart-dotnet.git.
  2. Enter the project directory by running cd kendo-angular-quickstart-dotnet
  3. Run SET ASPNETCORE_Environment=Development (Windows) or export ASPNETCORE_Environment=Development (Linux, OSX)
  4. Run dotnet build to install the project dependencies and build the project.
  5. Start the development server with dotnet run
  6. Open http://localhost:5000

See Also