Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.
/ hawtio-utilities Public archive

Assorted static helper functions and classes for hawtio plugins

License

Notifications You must be signed in to change notification settings

hawtio/hawtio-utilities

Repository files navigation

DEPRECATED

This project is not being actively developed or maintained.

hawtio-utilities

This module contains various helper functions and some classes that can be used by hawtio plugins.

Installation

yarn add @hawtio/utilities

Set up development environment

Clone the repository

git clone https://github.com/hawtio/hawtio-utilities
cd hawtio-utilities

Install development tools

Install project dependencies

yarn install

Run the demo web application

yarn start

Change 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