This directory contains scripts for working with the GRANDstack Starter monorepo and should be run as npm scripts from the root directory. For example
npm run start
start-dev.js- starts the GraphQL API and web-react serversbuild.js- builds the api and web-react projectsinferSchema.js- connect to Neo4j and generate inferred GraphQL type definitions, written to./api/src/schema.graphqlseed.js- seeds the database locally from the api directory