Skip to content

davidrhoderick/bts-schema-sharing-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Run npm install
  2. Update your schema in the types/src/schema.graphql file.
  3. Add your operations/queries/mutations in the types/src/queries folder as .graphql files (follow the example there).
  4. Run npm run build --workspace=types
  5. Start the GraphQL server using npm run start --workspace=server
  6. Start the React server with npm run dev --workspace=frontend

If you have any problems with dependencies not updating, you can re-install the types package with npm install @bts-schema-sharing-demo/types --workspace=server or npm install @bts-schema-sharing-demo/types --workspace=frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published