create-graphql-starter
v1.1.7
Published
Set up a modern GraphQL TypeScript server by running one command
Downloads
1
Maintainers
Readme
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