this is boilerplate for typescript project
- 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