实验室服务

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

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.