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