8cdf6c7a45 | ||
---|---|---|
ClientApp | ||
Controllers | ||
Pages | ||
Properties | ||
wwwroot | ||
.gitignore | ||
Program.cs | ||
README.md | ||
Startup.cs | ||
WeatherForecast.cs | ||
appsettings.Development.json | ||
appsettings.json | ||
dotnet-angular.csproj |
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
- 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
See Also
- Angular Universal project with support for Server-Side Rendering