by Laurence Trippen
- TypeScript with
tsc
for production andtsc-watch
for development. - ESLint
- Jest Testing Framework
- VSCode
Debug Launch
configuration - Docker
- Prettier with format on save
- Tap Rest-Endpoint Testing
- Pre-Commit Linting, Formatting & Testing
npm i
# for development
npm run dev
# for production
npm run build
# Jest Unit-Test runner
npm test
# Commandline Lint
npm lint