This project demonstrates how to integrate Apollo Client on a React app and interface with a GraphQL API.
It was bootstrapped with Create React App.
Node.js v6.10.0 or greater
npm 5.2.0 or greater
To get started, clone this repository and install the dependencies. Make sure you've already cloned the notetaking-api here and you have the server setup and running.
git clone git@github.com:yomete/notetaking-ui.git
cd notetaking-ui
yarn install
yarn start