graphql-monster / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 92.5%Language:HTML 4.7%Language:CSS 2.6%Language:Shell 0.2%