Minimal Node.js + TypeScript project using Express, ESLint, Prettier and Jest.
Quick start
# install deps
npm install
# dev (auto-reload)
npm run dev
# build
npm run build
# start production
npm run start
# tests
npm run test
# lint
npm run lint
# format
npm run format