$ npm install
- Run first server (http://localhost:3001):
$ npm run dev-server-1
- Run second server (http://localhost:3002):
$ npm run dev-server-2
- Run server with merged schema (http://localhost:3000):
$ npm run dev-server
NOTE: It requires to run servers (1) and (2).