Example setup of a client-side GraphQL schema that uses an existing REST backend
$> cd packages/rest-backend && npm i && npm start
$> cd packages/client-app && npm i && npm start
Go to http://localhost:8080
If you have docker
installed on your local machine, you can:
$> npm i && npm run docker:build && npm run start:docker
Go to http://localhost:5000