比赛服务端

zs 399cc1666b 修改 1 anno fa
src 399cc1666b 修改 1 anno fa
test 6563ccf028 创建 1 anno fa
.editorconfig 6563ccf028 创建 1 anno fa
.eslintrc.json f6eb404118 修改 1 anno fa
.gitignore f6eb404118 修改 1 anno fa
.prettierrc.js 6563ccf028 创建 1 anno fa
README.md 6563ccf028 创建 1 anno fa
README.zh-CN.md 6563ccf028 创建 1 anno fa
bootstrap.js 6563ccf028 创建 1 anno fa
jest.config.js 6563ccf028 创建 1 anno fa
package.json f6eb404118 修改 1 anno fa
tsconfig.json f6eb404118 修改 1 anno fa

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.