An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/graphql-monster/cra-template-graphql-monster

create-react-app-template graphql graphql-client javascript react redux

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# GraphQL Monster CRA Template ES6

The official [GraphQL Monster](https://www.graphql.monster) Typescript template for [Create React App](https://github.com/facebook/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:

```sh
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](https://github.com/graphql-monster/cra-template-graphql-monster) - This template repository
- [Schema Description](https://graphql.monster/documentation/schema-description) – How create a GraphQL Monster model.
- [Getting Started with React](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [React User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.

## Contain

- [GraphQL Monster](https://www.graphql.monster)
- [Apollo Client](https://www.apollographql.com/docs/react)
- [gh-pages](https://www.npmjs.com/package/gh-pages)
- [spa github pages](https://github.com/rafgraph/spa-github-pages)