A starter for typescript Node.js projects with build, linting and formatting set up.
yarn run build
yarn run start -- sayHello
yarn run start:dev
yarn run lint
- Node.js startup
- F5 debugging from VSCode
- ESlint + Prettier + EditorConfig integration
- Husky integration
- Unit testing