Reveal the bad joker you are
Bad joke contest board client
$ yarn# development
$ yarn start# unit tests
$ yarn test
# test coverage
$ yarn test:ccBad joke contest board apis
$ yarn# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prodBy default, server is launched on port 3000
Visit http://localhost:3000/api to take a look on OpenApi Swagger documentation
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov