To use Swagger UI locally, please run the app and visit http://localhost:3000/doc
.
yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
To having a better UX using yarn with the editer, please refer to Editor SDKs
Note: There are some problem with the eslint extension in vscode, please refer to the issues: