This is an example web application built with TigerGraph GraphQL + React + Apollo.
-
nodejs
You can install from https://nodejs.org/en/download/
-
yarn
Install using
npm install --global yarn
-
Install dependencies and build the web application
yarn yarn build
-
(Optional) Modify public/config.json to direct to TigerGraph GraphQL service URL
{ "GRAPHQL_URL": "http://localhost:4000/graphql" } -
Launch the web application locally
yarn start
If the application starts successfully, you will see the page below loaded:
Click View Person button of any record, you will see a similar page like below loaded:

