This is only a boilerplate for Nodejs Typescript. This project is bundled using webpack into a single file with dependencies inclusive.
The file tslint.json is intended to contain the rules for linting.
The popular script should be used. Mocha and Chai where used for writing the BDD & TDDs.
npm test
Running and Stoping Containers Quick Guide
docker-compose up -d --build -V
docker-compose down --rmi all -v --remove-orphans