Açıklama Yok

lrf 61680073ef update 2 yıl önce
.vscode a957b3f2e9 update 2 yıl önce
src 61680073ef update 2 yıl önce
test a957b3f2e9 update 2 yıl önce
.editorconfig a957b3f2e9 update 2 yıl önce
.eslintrc.json a957b3f2e9 update 2 yıl önce
.gitattributes 302ed16bc7 prod config 2 yıl önce
.gitignore a957b3f2e9 update 2 yıl önce
.prettierrc.js a957b3f2e9 update 2 yıl önce
README.md a957b3f2e9 update 2 yıl önce
README.zh-CN.md a957b3f2e9 update 2 yıl önce
bootstrap.js a957b3f2e9 update 2 yıl önce
ecosystem.config.js 420d816bcc dev config 2 yıl önce
jest.config.js a957b3f2e9 update 2 yıl önce
package.json a957b3f2e9 update 2 yıl önce
tsconfig.json a957b3f2e9 update 2 yıl ö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.