Skip to content

khriztianmoreno/apollo-client-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Client with React

Basic React application integrating Apollo Client for communication with GitHub GraphQL API V4

Getting Started

These instructions will give you a copy of the base project to run on your local machine for academic purposes to carry out this example.

Prerequisities

You can now create your own personal API tokens for use in scripts and on the command line. Be careful, these tokens are like passwords so you should guard them carefully. The advantage to using a token over putting your password into a script is that a token can be revoked, and you can generate lots of them. Head on over to your settings to manage personal API tokens.

Install & Run

Don't forget to replace the token variable with your own API token for GitHub

# Install project dependencies
$ npm install 

# Run project
$ npm start

Built With

Author

  • Cristian Moreno - FullStack JavaScript Developer - WebSite

See also the list of contributors who participated in this project.

License

This project is licensed under MIT - see the LICENSE file for details