Workshop
yarn, with node10 or node12- editor plugins: vscode prisma graphql plugin, or jetbrains (optional)
- graphql server with resolver and schema
- page
- simple component
- apollo client
yarn dev(optional: after it run in other procesyarn test:watch)- goto http://localhost:3007/ (playground at http://localhost:3007/api/graphql)
In the future when you want to have the possibility to run on https for your frontend part (or having hsts problems) you can run yarn dev:secure, then the app is available at https://localhost for this assignments it is not needes we will only connect with https on the server part.