Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 222 Bytes

File metadata and controls

20 lines (12 loc) · 222 Bytes

GraphQL Playground

Usage:

docker compose up --watch

then, access to http://localhost:4001

Rebuild the code

Docker container will be restarted when node.js is rebuilt.

cd app/
npm run build/