This repo is linked to this article https://dev.to/codeozz/express-with-typescript-starter-explained-fast-4dn7
It's a very basic repo for people that want to start their own Express server supporting NodeJs
npm install
npm run dev
npm run build
npm run prod
docker build . -t toto
docker run -itd -p 3001:3001 toto