elasticsearch服务

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

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.