Kendo UI for React Grid Integration with GraphQL.
Перейти к файлу
Stefan Stefanov 24c5e0107b
chore: delete default cra readme
2018-06-26 15:05:50 +03:00
client chore: delete default cra readme 2018-06-26 15:05:50 +03:00
server initial commit 2018-06-26 14:51:44 +03:00
README.md docs: update build instructions 2018-06-26 15:00:40 +03:00

README.md

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.

# 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.

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