elasticsearch服务

lrf 61f2a12cc4 prod修改 11 ay önce
src 61f2a12cc4 prod修改 11 ay önce
test 4e5d99b45e init 11 ay önce
.editorconfig 4e5d99b45e init 11 ay önce
.eslintrc.json 4e5d99b45e init 11 ay önce
.gitignore 4e5d99b45e init 11 ay önce
.prettierrc.js 4e5d99b45e init 11 ay önce
README.md 4e5d99b45e init 11 ay önce
README.zh-CN.md 4e5d99b45e init 11 ay önce
bootstrap.js 4e5d99b45e init 11 ay önce
ecosystem.config.js 4e5d99b45e init 11 ay önce
jest.config.js 4e5d99b45e init 11 ay önce
package-lock.json 4e5d99b45e init 11 ay önce
package.json 4e5d99b45e init 11 ay önce
tsconfig.json 4e5d99b45e init 11 ay önce

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.