https://github.com/ffcabbar/react-apollo-client-example
A simple React application which is powered by Apollo Client, GraphQL API and Rick And Morty API.
https://github.com/ffcabbar/react-apollo-client-example
apollo-client graphql react react-apollo react-apollo-hooks reactjs
Last synced: 12 months ago
JSON representation
A simple React application which is powered by Apollo Client, GraphQL API and Rick And Morty API.
- Host: GitHub
- URL: https://github.com/ffcabbar/react-apollo-client-example
- Owner: ffcabbar
- Created: 2020-03-04T14:59:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:10:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T19:49:00.221Z (about 1 year ago)
- Topics: apollo-client, graphql, react, react-apollo, react-apollo-hooks, reactjs
- Language: JavaScript
- Homepage: https://ffcabbar.github.io/react-apollo-client-example/
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-apollo-client-example
A simple React application which is powered by Apollo Client, GraphQL API and Rick And Morty API.
:metal: :)
# Content
This directory contains a simple "Rick and Morty Cards" example based on `react-apollo-client`.
## Get started
**Clone the repository:**
```sh
git clone https://github.com/ffcabbar/react-apollo-client-example
```
**Install dependencies and run the app:**
```sh
yarn install # or npm install
yarn start # or npm start
```