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 startIt uses eslint and pretier and follows the rules of airbnb.
$ yarn lint
$ yarn lint:fix
$ yarn prettier:write