Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:10:49.000Z (7 months ago)
- Last Synced: 2024-04-23T05:50:57.219Z (7 months 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
```