This project is an example of how Seneca.js works
role: first-app
role: seconde-app
- SecondApp
$ npm i$ npm run start-first-app
$ npm run start-second-appLOG_LEVEL
- Start SecondApp in background:
$ npm run start-second-app-background- Stop SecondApp in background:
$ npm run stop-second-app-background$ npm testRun tests with Node debugger:
$ npm run test-debugger