Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 248 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 248 Bytes

Description

Nest framework TypeScript starter repository.

Installation

$ yarn install

Running the app

# postgres,redis start
$ docker-compose up

# app start
$ yarn start:dev