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
- Host: GitHub
- URL: https://github.com/graphql-monster/cra-template-graphql-monster
- Owner: graphql-monster
- License: mit
- Created: 2021-07-21T06:46:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T19:15:49.000Z (over 3 years ago)
- Last Synced: 2025-02-22T19:02:24.784Z (10 months ago)
- Topics: create-react-app-template, graphql, graphql-client, javascript, react, redux
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)