Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Scripts

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 servers
  • build.js - builds the api and web-react projects
  • inferSchema.js - connect to Neo4j and generate inferred GraphQL type definitions, written to ./api/src/schema.graphql
  • seed.js - seeds the database locally from the api directory