Think of it as template for solving common issues in software development.
npm install -g typescript ts-node
Run examples via
ts-node ./src/PathToExample/Example.ts
Run tests via
npm run test
To write a resuable and extesible code. Might create a useful open-source library soon.