Node.js&TypeScript boilerplate using Express, TypeDI, TypeORM.
$ npx degit https://github.com/telbby/express-typedi-typeorm-boilerplate <project name>
$ cd <project name>
$ yarn install
$ yarn dev
$ yarn start
It uses eslint and pretier and follows the rules of airbnb.
$ yarn lint
$ yarn lint:fix
$ yarn prettier:write