kktam / kendo-angular-quickstart-dotnet

Using Kendo UI for Angular with the .NET Core 2.0.0+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Using Kendo UI for Angular with the .NET Core 2.0.0+


Languages

Language:TypeScript 35.9%Language:HTML 26.1%Language:C# 23.2%Language:JavaScript 7.9%Language:CSS 6.8%