fox638 / advanced-graphql-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build your own GraphQL client workshop project!

Gitter

Join the Gitter room for help, code snippets and easier link access ☝️

This project is set up so you can see your GraphQL client working witin a ready made project. If you get stuck, fall behind or just want to see the ready solution at any point of the workshop, we've broken all the code into branches that will act as a "checkpoints" as the workshop progresses. Branch name should give you idea of where you're about to checkout into.

Quick start

Install dependencies

yarn
# or
npm i

Start development server

yarn start
# or
npm run start

Maintenance Status

Archived: This project is no longer maintained by Formidable. We are no longer responding to issues or pull requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!

About


Languages

Language:JavaScript 76.0%Language:HTML 24.0%