/cra-template-graphql-monster

Template for CRA (create-react-app) with integrated Apollo GraphQL, authenticate pages, login, logout, reset password. Redux with reducers and actions. Ready to connect to GraphQL Monster Server

Primary LanguageJavaScriptMIT LicenseMIT

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