Using Kendo UI for Angular with the .NET Core 3.x
Перейти к файлу
Tsvetomir Tsonev 8cdf6c7a45
refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x
2020-02-28 14:09:25 +02:00
ClientApp refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
Controllers refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
Pages refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
Properties refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
wwwroot chore: prototype with the 1.0rc1 project template 2018-02-02 12:43:32 +02:00
.gitignore chore: upgrade Client App to Angular 7.x (#4) 2019-04-17 15:36:05 +03:00
Program.cs refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
README.md chore: update readme 2018-12-13 15:56:42 +02:00
Startup.cs refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
WeatherForecast.cs refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
appsettings.Development.json refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
appsettings.json refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00
dotnet-angular.csproj refactor: upgrade to ASP.NET Core 3.0 / Angular 8.x 2020-02-28 14:09:25 +02:00

README.md

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