实验室服务

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

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.