Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 625 Bytes

File metadata and controls

21 lines (16 loc) · 625 Bytes

Team 3 - Html Parser

Build Status

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.