Testing this app requires that you use version 12-14 of Node. Use nvm
to adjust the version.
- Clone this repo
- Make sure you have yarn and node v14 installed
- Run
yarn install
Start the server with yarn server:start
Start the frontend yarn start
Visit localhost:3000/__dev__/graphiql
Execute some operations :)