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.
npm install
npm run compile
From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.