Allow write logs to console, mongodb, loggly.
Contains typeScript defintion files.
Project contians tasks
file for Visual Studio Code
- Build - run
gulp
, same asnpm run-task build
- Test - run
mocha
, same asnpm test
, same asgulp test
For some reason VS Code take quite a time to start build,
usually watch rebuild proccess via tsc -w
work much faster.
This way use tsc -w
in console and then run test task manually,
when neccessary.