Keine Beschreibung

lrf 34b39e170b update vor 1 Jahr
.vscode a957b3f2e9 update vor 1 Jahr
src 34b39e170b update vor 1 Jahr
test a957b3f2e9 update vor 1 Jahr
.editorconfig a957b3f2e9 update vor 1 Jahr
.eslintrc.json a957b3f2e9 update vor 1 Jahr
.gitattributes ec970687ca dev config vor 1 Jahr
.gitignore a957b3f2e9 update vor 1 Jahr
.prettierrc.js a957b3f2e9 update vor 1 Jahr
README.md a957b3f2e9 update vor 1 Jahr
README.zh-CN.md a957b3f2e9 update vor 1 Jahr
bootstrap.js a957b3f2e9 update vor 1 Jahr
ecosystem.config.js c28df330a9 prod config vor 1 Jahr
jest.config.js a957b3f2e9 update vor 1 Jahr
package.json a7e684f3c8 update vor 1 Jahr
tsconfig.json a957b3f2e9 update vor 1 Jahr
update.sh 8c01943cb2 update vor 1 Jahr

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.