107a9cf6dd | ||
---|---|---|
ClientApp | ||
Controllers | ||
Views | ||
wwwroot | ||
.eslintrc.json | ||
.flowconfig | ||
.gitignore | ||
.stylelintrc | ||
CODEOWNERS | ||
Program.cs | ||
README.md | ||
Startup.cs | ||
appsettings.Development.json | ||
appsettings.json | ||
package-lock.json | ||
package.json | ||
reactSpa.csproj | ||
reactSpa.sln | ||
tsconfig.json | ||
webpack.config.js | ||
webpack.config.vendor.js |
README.md
Kendo UI for React: UI for ASP.NET Core
This repository contains a sample application which demonstrates how to use Kendo UI for React and UI for ASP.NET Core.
The UI for ASP.NET Core and UI for ASP.NET MVC suites provide a DataSourceRequest
model binder and a ToDataSourceResult()
method that process operations such as paging, sorting, filtering, grouping, and aggregates.
Prerequisites:
- React
- .NET Core 2.0 (or later) SDK
- Node.js version 6 (or later)
Get Started
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-react-demo-aspnetcore-data.git
. - Enter the project directory by running
cd kendo-react-demo-aspnetcore-data
. - Run
npm install
to install the project dependencies. - Set some environment variables -
setx ASPNETCORE_ENVIRONMENT "Development"
,setx NODE_ENV "development"
. - Run
dotnet run
to launch the application.
Further Help
For a detailed tutorial, refer to the article on integrating the Kendo UI React with the UI for ASP.NET Core and UI for ASP.NET MVC suites. The tutorial explains the necessary steps to benefit from these features in the context of a React application by using the Data Query helpers.