This is my personal typescript node server starter pack. But feel free to use it yourself.
git clone https://github.com/LucHighwalker/ts-node-starter
cd ts-node-starter
npm install
tsc --watch
nodemon ./dist/index.js
// or whatever you use
HOST_URL='theurlyourserverison.com'
PORT=4200
MONGO_URL='mongoLocationURL'
JWT_SECRET='averysecretsecret'
MAILGUN_API_KEY='yourmailgunapikey'
EMAIL_DOMAIN='mailgun.email.domain'