Skip to content

honghaifeng/dmyx-api

 
 

Repository files navigation

Installation

安装node >= v16.19.1版本
npm install -g pm2

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# 生产环境部署
$ npm run pm2start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

弹幕游戏服务端api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • JavaScript 3.7%