tree: 65c9d17fa7a3f4bda0361df1921d15def631db1f [path history] [tgz]
  1. app/
  2. config/
  3. test/
  4. typings/
  5. .autod.conf.js
  6. .gitignore
  7. .travis.yml
  8. app.ts
  9. appveyor.yml
  10. dubbo.json
  11. package.json
  12. README.md
  13. tsconfig.json
  14. tslint.json
examples/hello-egg/README.md

QuickStart

Development

$ cd ../../
$ sh start_dubbo_service.sh
$ cd examples/hello-egg
$ yarn
$ yarn interpret
$ yarn dev
$ open http://localhost:7001/

Requirement

  • Node.js 8.x
  • Typescript 2.8+