比赛服务端

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

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.