/igniteui-angular-graphql

Ignite UI for Angular - Hierarchical Grid Integration with GraphQL

Primary LanguageTypeScript

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