Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```