Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 303 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 303 Bytes

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Docker image

# Image repo
https://hub.docker.com/repository/docker/leonpereiratech/fullcycle2-challenge02