Kendo UI integration with GraphQL
Перейти к файлу
Juveniel 88a6b463c4 chore: update datasource schema with total records 2018-08-30 11:52:17 +03:00
client chore: update datasource schema with total records 2018-08-30 11:52:17 +03:00
server feat: grid integration with graphql sample app /kendo#8689 2018-08-07 13:48:05 +03:00
README.md feat: grid integration with graphql sample app /kendo#8689 2018-08-07 13:48:05 +03:00

README.md

Kendo UI for jQuery Grid Integration with GraphQL

This application shows an example of how a Kendo UI for jQuery Grid can be bound to a GraphQL service.

Server setup

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

# install dependencies
npm install
# start the server at localhost:3021
npm run dev

Client setup

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

# install dependencies
npm install http-server
# serve with hot reload at localhost:3000
http-server