服务端

zs 2cd6659bba 修改 1 ano atrás
src 2cd6659bba 修改 1 ano atrás
test 7f08ae9cfd 创建 1 ano atrás
.editorconfig 7f08ae9cfd 创建 1 ano atrás
.eslintrc.json 7f08ae9cfd 创建 1 ano atrás
.gitignore 7f08ae9cfd 创建 1 ano atrás
.prettierrc.js 7f08ae9cfd 创建 1 ano atrás
README.md 7f08ae9cfd 创建 1 ano atrás
README.zh-CN.md 7f08ae9cfd 创建 1 ano atrás
bootstrap.js 7f08ae9cfd 创建 1 ano atrás
ecosystem.config.js 7f08ae9cfd 创建 1 ano atrás
jest.config.js 7f08ae9cfd 创建 1 ano atrás
package.json 7f08ae9cfd 创建 1 ano atrás
tsconfig.json 7f08ae9cfd 创建 1 ano atrás

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.