The official GraphQL Monster Typescript template for Create React App. With Apollo GraphQL and user management (Login/Register/Reset Password,...)
To use this template, add --template graphql-monster
when creating a new app.
For example:
npx create-react-app my-app --template graphql-monster
# or
yarn create react-app my-app --template graphql-monster
For more information, please refer to:
- GraphQL Monster Template ES6 Repo - This template repository
- Schema Description – How create a GraphQL Monster model.
- Getting Started with React – How to create a new app.
- React User Guide – How to develop apps bootstrapped with Create React App.