viktorkombov / igniteui-angular-graphql

Ignite UI for Angular - Hierarchical Grid Integration with GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 59.2%Language:JavaScript 24.9%Language:HTML 10.6%Language:SCSS 5.3%