/TagoGit

Primary LanguageTypeScript

Template for Analysis

Rewrite that document, it's an example.

how to run?

$ npm start
$ npm run inspect
$ nodemon # if you have nodemon installed, no params, just nodemon.

how to test?

$ npm test
$ npm run test:watch
$ npm run test:coverage # Generate code test coverage report

how to build?

$ npm run build