Açıklama Yok

zs 5595260427 修改 9 ay önce
src 5595260427 修改 9 ay önce
test 4080fc8031 update 10 ay önce
.editorconfig 4080fc8031 update 10 ay önce
.eslintrc.json 4080fc8031 update 10 ay önce
.gitignore 4080fc8031 update 10 ay önce
.prettierrc.js 4080fc8031 update 10 ay önce
README.md 4080fc8031 update 10 ay önce
README.zh-CN.md 4080fc8031 update 10 ay önce
bootstrap.js 4080fc8031 update 10 ay önce
jest.config.js 4080fc8031 update 10 ay önce
package.json edbbeabc65 修改 10 ay önce
tsconfig.json 4080fc8031 update 10 ay önce

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.