Start
npm start
It opens a terminal menu to select the app or apps to run.
Console-runners (backend utilities) to create initial seed data:
npm run console-runners
It opens a terminal menu to select the project to run console-runners.
Watch mode tests:
npm run test:watch
It opens a terminal menu to select the app to run tests.