项目作者: xcomponent

项目描述 :
Web Spy for XComponent
高级语言: TypeScript
项目地址: git://github.com/xcomponent/SpyXComponent.js.git
创建时间: 2017-02-02T15:14:40Z
项目社区:https://github.com/xcomponent/SpyXComponent.js

开源协议:Apache License 2.0

下载



Build Status
TypeScript

SpyXComponent.js

SpyXComponent is web application made with TypeScript/ReactJS/Redux to monitor in real time microservices generated with XComponent software.

Build from source

Download the source code and execute the following commands:

  1. yarn install
  2. yarn start

Then connect via the browser to localhost:8080 and don’t forget to ignore certificate errors by connecting to https://localhost:443 if the address of thr websocket server is wss://localhost:443

Run unit tests

Execute the following command:

  1. yarn test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

Apache License V2