Skip to content

Ignite UI for Angular - Hierarchical Grid Integration with GraphQL

Notifications You must be signed in to change notification settings

viktorkombov/igniteui-angular-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Ignite UI for Angular - Hierarchical Grid Integration with GraphQL

This application is a sample demonstrating how the Ignite UI for Angular Hierarchical Grid could work with GraphQL.

Build Setup

Server setup

The commands have to be executed inside the server folder.

# install dependencies
npm install
# start the server at localhost:4000
node index.js

Client setup

The 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 at localhost:4200
npm run start

About

Ignite UI for Angular - Hierarchical Grid Integration with GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published