Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

grid-graphql

Setting CRUD Operations for the Grid with GraphQL

This Kendo UI for Angular sample project demonstrates how to use an editable Grid with GraphQL queries.

Get Started

  1. Clone this repository by using your favorite Git client or by executing git clone https://github.com/telerik/kendo-angular.git.
  2. Enter the examples directory by running cd examples.
  3. Run npm install to install the project dependencies.
  4. Enter the project directory by running cd projects/grid-graphql.
  5. In a separate terminal window, setup and run the Server as outlined in the section below.
  6. Run ng serve grid-graphql.
  7. Open http://localhost:4200

Server setup

The server folder contains a GraphQL server implemented with Express. To start it, execute:

cd server
npm install
npm start