Skip to content

Node.js&TypeScript boilerplate using Express, TypeDI, TypeORM.

License

Notifications You must be signed in to change notification settings

telbby/express-typedi-typeorm-boilerplate

Repository files navigation

Express TypeDI TypeORM Boilerplate

Node.js&TypeScript boilerplate using Express, TypeDI, TypeORM.

Prerequisites

Features

Getting Started

Installation

$ npx degit https://github.com/telbby/express-typedi-typeorm-boilerplate <project name>
$ cd <project name>
$ yarn install

Development

$ yarn dev

Production

$ yarn start

Lint

It uses eslint and pretier and follows the rules of airbnb.

$ yarn lint
$ yarn lint:fix
$ yarn prettier:write

Releases

No releases published

Packages

No packages published