A React + Apollo + GraphQL GitHub Client Features React 16 with create-react-app Responsive React Router 4 Apollo with GitHub GraphQL API Queries and Mutations Optimistic Updates Pagination Optimistic Fetch (e.g. Issues) not everywhere for the purpose of demonstrating Installation git clone git@github.com:rwieruch/react-graphql-github-apollo.git cd react-graphql-github-apollo add your own GitHub personal access token in a .env file in your root folder REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN=xxxXXX npm install npm start visit http://localhost:3000 Contributing Please install Prettier integration to your editor and turn on format on save option. Prettier For Atom Prettier for VSCode Prettier for EMACS Prettier for VIM others... Want to learn more about React + GraphQL + Apollo? Don't miss upcoming Tutorials and Courses Check out current React Courses