Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.23 KB

GraphQL Monster CRA Template ES6

The official GraphQL Monster Typescript template for Create React App. With Apollo GraphQL and user management (Login/Register/Reset Password,...)

usage

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:

Contain