Live activity monitoring tool for Angie.
Make sure all dependencies are installed:
yarn installIf your API prefix is not /api,
change it in the src/constants.js file.
By default, the development configuration uses https://console.angie.software for the API server. Set the PROXY_TARGET environment variable to use a custom server for development:
PROXY_TARGET=%YOUR_ANGIE_SERVER% yarn run start-devFinally, open http://localhost:8082 in the browser.
We use Jest for testing.
To separate the tests from other source code,
all test files are placed under __test__.
Run tests:
yarn testMake sure all dependencies are installed:
yarn installBuild the project:
yarn build
The result will appear under dist/console.
Publish the newly built dist/console directory
on your server
and follow
our guide
to configure Angie.
