maillog-ui 1.0.25
Install from the command line:
Learn more about npm packages
$ npm install @sapcc/maillog-ui@1.0.25
Install via package.json:
"@sapcc/maillog-ui": "1.0.25"
About this version
This is the ui for the maillog client
Copy the local secretProps.template.json to ./secretProps.json
to locally inject a props.endpoint
expecting the k8s api server running on http://127.0.0.1:8090
.
cp secretProps.template.json secretProps.json
Spin up a local instance via:
npm install
npm start
Frontend is served on localhost:3000