spyxcomponent
v6.0.0
Published
XComponent Spy
Downloads
5
Readme
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:
yarn install
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:
yarn test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
Apache License V2