Nessuna descrizione

zs 072ab12bb8 修改 1 anno fa
src 072ab12bb8 修改 1 anno fa
test 4b1d29e727 创建 1 anno fa
.editorconfig 4b1d29e727 创建 1 anno fa
.eslintrc.json 4b1d29e727 创建 1 anno fa
.gitignore 4b1d29e727 创建 1 anno fa
.prettierrc.js 4b1d29e727 创建 1 anno fa
README.md 4b1d29e727 创建 1 anno fa
README.zh-CN.md 4b1d29e727 创建 1 anno fa
bootstrap.js 4b1d29e727 创建 1 anno fa
ecosystem.config.js 4b1d29e727 创建 1 anno fa
jest.config.js 4b1d29e727 创建 1 anno fa
package.json 4b1d29e727 创建 1 anno fa
tsconfig.json 4b1d29e727 创建 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.