QuickStart
Last updated
Last updated
Under the directory, we provide the sample webpage that shows example usage of the library. To run it execute the following:
Build the library
Run the demo
The demo fetches configuration from the .env
file. We provided example .env
.
The demo communicates with the backend service. Run it before using the demo page.
The library communicates with the backend service. The example implementation of such service is accessible (private registry). Please refer to the in order to run the service.
The demo page uses object to connect to the backend and send requests.
The example backend service runs by default on localhost:8090
.
Set the .env
file for the demo page (in the demo folder) as follows to reach it:
Install it in your project as usual:
The library is published on registry.
For a description of classes, interfaces, and types, please refer to .