To START the project, type from the CLI:
node run dev
it will also create a directory "build" with the TS compiled files (JS files).
To START the TESTS SUITE , type from the CLI:
npm test
To also see the TEST COVERAGE PERCENTAGE , type from the CLI:
npm test -- --coverage
For the project is required Node v16.6.1 or higher.