实验室服务

zs b7c17d0f0a 修改实验室信息 1 year ago
.vscode 060e4bfad6 init 2 years ago
src b7c17d0f0a 修改实验室信息 1 year ago
test 060e4bfad6 init 2 years ago
.editorconfig 060e4bfad6 init 2 years ago
.eslintrc.json 060e4bfad6 init 2 years ago
.gitignore 234015d58f update 2 years ago
.prettierrc.js 060e4bfad6 init 2 years ago
README.md 060e4bfad6 init 2 years ago
README.zh-CN.md 060e4bfad6 init 2 years ago
bootstrap.js 060e4bfad6 init 2 years ago
ecosystem.config.js 9c0d603c5a 修改导出 1 year ago
jest.config.js 060e4bfad6 init 2 years ago
package.json 060e4bfad6 init 2 years ago
tsconfig.json 060e4bfad6 init 2 years ago

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.