A simple opinionated TypeScript starting kit to quickly start coding with debugging support.
npm i
# Run the application with debugging support
npm start
# Run the application with debugging support in watch mode
npm run start:watch
# Run the tests
npm test