Seed project for NodeJs with TypeScript
Features:
- Package scripts ready to run, watch, build and test;
- Separated configurations for development and production environments;
- Easily update packages with pre-defined scripts (via npm-check-updates);
- Dependency Injection with tsyringe;
- Debug configuration ready for Visual Studio Code;
- Unit tests with Jest (test explorer and debug support);
- And others configurations done for Visual Studio Code;
- NodeJs v20+;
- Coding with Visual Studio Code and Jest extension;