Boilerplate for typical express backend application with typescript and standard code quality tooling configured.
- Node - for run all runtime js
- Tsx - for run .ts file dev mode
- TypeScript - for build and init
# run in dev watch mode
$ npm run dev
# code build for js
$ npm run build
# run build code
$ npm run start