Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 416 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 416 Bytes

Learn GraphQL

Project repo for our Learn GraphQL Series.

App Showcase

Running the app

  1. Clone this repo

  2. cd into the code directory:

cd code
  1. Install dependencies:
yarn
  1. Run the app:
yarn start

Series Notes