This is just simple express starter template with typescript support and testing is done with jest and supertest. To get the express starter template with es6 support then select es6 branch.
git clone git@github.com:Shobhit-Mishra-02/express.git
cd express-templates
npm install
npx ts-jest config:init
npm run start
npm run test