Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 530 Bytes

Welcome to this tutorial using remix.run and Apollo

This is a simple example of how to implement querying GraphQL with Apollo and remix.run. The step by step tutorial is available on medium here.

Prerequisites

Setup

npm install

Generate GraphQL Types

npm run compile

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.