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.