Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 417 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 417 Bytes

Create GraphQL Starter

Set up a modern GraphQL TypeScript server by running one command

Quick Overview

npx create-graphql-starter my-app

You can also install it globally, and run cregs my-app command

yarn global add create-graphql-starter
cregs my-app

If you want simple (without auth) template, just add the --simple (-s) flag

npx create-graphql-starter my-app -s