A GraphQL workshop for my colleagues :P
You may find the slides of the presentation here.
yarn install
to install node dependencies.yarn dev
to run the application on port 3000.You may run eslint by executing:
$ yarn lint
You may run jest by executing:
$ yarn test