/hmm_backend_node

Mash-up 12th HMM Team Node Repository

Primary LanguageTypeScript

hmm_backend_node

Description

  • 친친

Installation

$ pnpm i

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov