Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 273 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 273 Bytes

GraphQL Boilerplate

This is boilerplate for GraphQL, Typescript, and Knex.

How to use

To run for development

yarn dev

To build and run in production

yarn build
yarn start

To generate typescript definition for GraphQL Schema

yarn graph