An open API service indexing awesome lists of open source software.

https://github.com/telerik/kendo-react-graphql

Kendo UI for React Grid Integration with GraphQL.
https://github.com/telerik/kendo-react-graphql

apollo-client graphql kendo kendo-react kendo-ui react sample-app

Last synced: 11 months ago
JSON representation

Kendo UI for React Grid Integration with GraphQL.

Awesome Lists containing this project

README

          

> **Warning**
> The kendo-react-graphql repo has moved here [https://github.com/telerik/kendo-react/tree/master/kendo-react-graphql](https://github.com/telerik/kendo-react/tree/master/examples/kendo-react-graphql)
>
# Kendo UI for React Grid Integration with GraphQL.

> This application shows an example of how one can use editable Kendo UI for React Grid with GraphQL queries.

## Build Setup

### Server setup

All of these commands have to be executed inside the server folder.

```bash
# install dependencies
npm install
# start the server at localhost:4000
node app.js
```

### Client setup

All of these commands have to be executed inside the client folder.
Ensure that the server is running on port 4000 before starting the client application.

```bash
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start
```