/net-core-angular-kendo-post

.Net Core + Angular + Kendo - send the state with POST request

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 the Angular Single-Page Application project template version 2.

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 dotnet restore to install the project dependencies
  4. Run SET ASPNETCORE_Environment=Development (Windows) or export ASPNETCORE_Environment=Development (Linux, OSX)
  5. Start the development server with dotnet run
  6. Open http://localhost:5000

See Also