khriztianmoreno / apollo-client-with-react

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

Home Page:https://medium.com/@khriztianmoreno/introducci%C3%B3n-a-apollo-client-con-react-para-graphql-97fc919b9def

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://medium.com/@khriztianmoreno/introducci%C3%B3n-a-apollo-client-con-react-para-graphql-97fc919b9def

License:MIT License


Languages

Language:JavaScript 50.8%Language:HTML 38.5%Language:CSS 10.7%