服务端_平台

zs 0a44347a50 修改 il y a 1 an
src 0a44347a50 修改 il y a 1 an
test 79f5209c71 更新 il y a 2 ans
.editorconfig 79f5209c71 更新 il y a 2 ans
.eslintrc.json 79f5209c71 更新 il y a 2 ans
.gitignore 79f5209c71 更新 il y a 2 ans
.prettierrc.js 79f5209c71 更新 il y a 2 ans
README.md 79f5209c71 更新 il y a 2 ans
README.zh-CN.md 79f5209c71 更新 il y a 2 ans
bootstrap.js 79f5209c71 更新 il y a 2 ans
ecosystem.config.js 79f5209c71 更新 il y a 2 ans
jest.config.js 79f5209c71 更新 il y a 2 ans
package.json fcd5c5c650 修改接口 il y a 2 ans
tsconfig.json 79f5209c71 更新 il y a 2 ans

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.