Set up a modern GraphQL TypeScript server by running one command
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