Express ❤️ Typescript with ability to add typing to express's Request
and Response
You can see the code in @types/express/index.d.ts
.
- Clone this repo
- install dependency
npm install
- build the app
npm run compile
- Configure other stuf (db,cache,search etc)
- start the app
npm run start
All unit test files will reside in ./src
directory alongside with module that will be tested, and must be named with prefix .spec.ts
.
To run the unit test run npm run test