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.
- 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
SET ASPNETCORE_Environment=Development
(Windows) orexport ASPNETCORE_Environment=Development
(Linux, OSX) - Run
dotnet build
to install the project dependencies and build the project. - Start the development server with
dotnet run
- Open http://localhost:5000
- Angular Universal project with support for Server-Side Rendering