3.2.3 • Published 8 years ago
@hawtio/utilities v3.2.3
hawtio-utilities
This module contains various helper functions and some classes that can be used by hawtio plugins.
Installation
yarn add @hawtio/utilitiesSet up development environment
Clone the repository
git clone https://github.com/hawtio/hawtio-utilities
cd hawtio-utilitiesInstall development tools
Install project dependencies
yarn installRun the demo web application
yarn startChange the default proxy port
To proxy to a local JVM running on a different port than 8282 specify the --port CLI arguement:
yarn start --port=8181