Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 471 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 471 Bytes

Description

Project developed in typescript with clean architecture + tdd for demonstration purposes in Usystem.

Installation

$ yarn

Running the app

# development
$ yarn dev

# watch mode
$ yarn start:dev

# production mode
$ yarn build

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

ISC