GRANDstack Starter
The easiest way to get started with GRANDstack is by using the GRANDstack starter. This is template project with a React app that uses Apollo Client to query a GraphQL API backed by Neo4j.
create-grandstack-app
To create a new GRANDstack application using the GRANDstack Starter as a base run (requires npm):
npx create-grandstack-app myNewApp
yarn
Starter with To create a new GRANDstack application with yarn
using GRANDstack Starter as base:
yarn create grandstack-app myNewApp
Usage
The GRANDstack starter contains two projects:
- the API application, a GraphQL server (backed by Neo4j),
- the UI application, a React app that uses Apollo Client to query to GraphQL endpoint
See the README for instructions on getting up and running with the GRANDstack starter.