Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 479 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 479 Bytes

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:

git clone https://github.com/ffcabbar/react-apollo-client-example

Install dependencies and run the app:

yarn install # or npm install
yarn start   # or npm start