elasticsearch服务

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

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.