Fullstack GraphQL

Learn how to use GraphQL with Node and React

This course comes with some slides

What you'll need

  • Node version >= 6

Solutions

The solution branch has the completed course fo reference. There is no one way to finish this course. git checkout solution

To make this work

  1. rm -rf yarn.lock package-lock.json node_modules
  2. in .babelrc

    + "presets": ["@babel/env", "@babel/react"],
    -  "presets": ["env", "react"],
  3. in package.json

    + "resolutions": {
    +   "@babel/preset-env": "7.13.8"
    + },
  4. yarn install
    yarn app