A starter project with express, typescript, typeorm, jest and supertest. If you want to build a nodejs backend with Typescript this is a great starting point.
- Clone the project
- Run
npm install - Run
npm run dev - To build the project run
npm run build - To server the build run
npm run start