elasticsearch服务

lrf 4e5d99b45e init 11 月之前
src 4e5d99b45e init 11 月之前
test 4e5d99b45e init 11 月之前
.editorconfig 4e5d99b45e init 11 月之前
.eslintrc.json 4e5d99b45e init 11 月之前
.gitignore 4e5d99b45e init 11 月之前
.prettierrc.js 4e5d99b45e init 11 月之前
README.md 4e5d99b45e init 11 月之前
README.zh-CN.md 4e5d99b45e init 11 月之前
bootstrap.js 4e5d99b45e init 11 月之前
ecosystem.config.js 4e5d99b45e init 11 月之前
jest.config.js 4e5d99b45e init 11 月之前
package-lock.json 4e5d99b45e init 11 月之前
package.json 4e5d99b45e init 11 月之前
tsconfig.json 4e5d99b45e init 11 月之前

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.