Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 956 Bytes

File metadata and controls

49 lines (34 loc) · 956 Bytes

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