88a6b463c4 | ||
---|---|---|
client | ||
server | ||
README.md |
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