tree: dd5278a1126763f58ea7e1cf4b988c5422b0379b [path history] [tgz]
  1. .vscode/
  2. src/
  3. test/
  4. .gitignore
  5. .travis.yml
  6. appveyor.yml
  7. package.json
  8. README.md
  9. tsconfig.json
  10. tslint.json
examples/hello-midway/README.md

QuickStart

Development

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

Requirement

  • Node.js 8.x
  • Typescript 2.8+