maintainer facing readme
npm i
npm start
(http://localhost:4200/)
- Linting -
npm run lint
- Tests -
npm run test
|npm run test-once
- The single run test command will also generate a code coverage report.
maintainer facing readme
npm i
npm start
(http://localhost:4200/)npm run lint
npm run test
| npm run test-once