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

QuickStart

Development

$ cd ../../
$ make
$ 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+