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.
- Clone the repository.
git clone git@github.com:Shobhit-Mishra-02/express.git
cd express-templates
- Install all the dependencies.
npm install
- Run this command to create jest.config.js file
npx ts-jest config:init
- That's it you are ready to rock !!
npm run start
npm run test