随访服务端

lrf f0642f9afd update 1 ano atrás
src f0642f9afd update 1 ano atrás
test 1e68d872b1 init 1 ano atrás
.editorconfig 1e68d872b1 init 1 ano atrás
.eslintrc.json 1e68d872b1 init 1 ano atrás
.gitignore 1e68d872b1 init 1 ano atrás
.prettierrc.js 1e68d872b1 init 1 ano atrás
README.md 1e68d872b1 init 1 ano atrás
README.zh-CN.md 1e68d872b1 init 1 ano atrás
bootstrap.js 1e68d872b1 init 1 ano atrás
jest.config.js 1e68d872b1 init 1 ano atrás
package.json 1e68d872b1 init 1 ano atrás
tsconfig.json 1e68d872b1 init 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.