This is a React + Redux + GraphQL simple example. This example call Github GraphQL API and get account information. Only you need to do is putting your Github API token and clicking "Get" button!
This application uses Redux-Saga to handle calling Github GraphQL API. Redux-Saga aims to handle side effects(e.g. Ajax calls) in Redux applications.
This project is created by using Create React App CLI. Create React App includes Jest as a JS test framework by default. You don't have to add a test framework to this project. Maybe you want to add Enzyme for React test utility.
yarn
$ yarn
$ yarn start
then, open http://localhost:3000/
MIT