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.
- Host: GitHub
- URL: https://github.com/telerik/kendo-react-graphql
- Owner: telerik
- Created: 2018-06-26T11:27:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-30T12:49:10.000Z (about 1 year ago)
- Last Synced: 2025-05-30T17:47:32.806Z (about 1 year ago)
- Topics: apollo-client, graphql, kendo, kendo-react, kendo-ui, react, sample-app
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```