tree: b3eb87075fa63e7947796da30eb372575870d463 [path history] [tgz]
  1. app/
  2. config/
  3. test/
  4. .autod.conf.js
  5. .eslintignore
  6. .eslintrc
  7. .gitignore
  8. .travis.yml
  9. appveyor.yml
  10. package.json
  11. README.md
  12. README.zh-CN.md
examples/hello-egg/README.md

hello

a simple a simple web app invoke dubbo service

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.