Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 397 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 397 Bytes

Graphql-ts-tutorial

You can find the tutorial on hashnode, here

Getting started

  • Run in development mode with hot reloading npm run dev

  • Build npm run build

  • Generate types and schemas npm run generate-typedefs. do this after changes to the api to keep the types in sync.