This Kendo UI for Angular sample project demonstrates how to use an editable Grid with GraphQL queries.
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-angular.git
. - Enter the examples directory by running
cd examples
. - Run
npm install
to install the project dependencies. - Enter the project directory by running
cd projects/grid-graphql
. - In a separate terminal window, setup and run the Server as outlined in the section below.
- Run
ng serve grid-graphql
. - Open http://localhost:4200
The server
folder contains a GraphQL server implemented with Express. To start it, execute:
cd server
npm install
npm start