doputer / matchmaking-server

매치메이킹 서버

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Convention

Tag Description
feat 기능
fix 버그
refactor 리팩토링
comment 주석
docs 문서
test 테스트 코드
rename 파일 혹은 폴더
build 배포
chore 사소한 수정

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

매치메이킹 서버


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%