Node.js TypeScript starter project template.
- TypeScript with sensible compiler options
- Jest with code coverage and custom reporting
- Husky native git hooks
- VSCode launch.json for debugging
- ESLint, Prettier, EditorConfig
Install dependencies
yarn
Run project
yarn start
Run tests
yarn test