Skip to content
This repository was archived by the owner on Apr 15, 2019. It is now read-only.

telerik/kendo-angular-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This repository is no longer updated. To access the current version, refer to the kendo-angular repository.

Kendo UI for Angular - Grid Integration with GraphQL

This application shows an example of how one can use editable Kendo UI for Angular 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
npm start

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
ng serve

About

Kendo UI for Angular - Grid Integration with GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published