Skip to content

brunoselistre/apigee-kvm-viewer-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

apigee-kvm-viewer

This is a simple graphic tool, developed to simplify the visualization and management of Apigee X KVMs.

Usage

  1. Go to ./src
cd ./src
  1. Install the dependencies
npm install
  1. Run the 'start' command
npm start 
  1. On your browser go to 'localhost:8000' and you should be able to use the graphic interface for kvms.

Note: The port (8000) can be changed on 'app.js'