tree: 962cf38547a36bc96982f461361ec277d108e1ee [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+