Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 352 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 352 Bytes

cxtech-tech-talk

Projeto exemplo na Tech Talk de CX Tech a respeito de Git.

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov