Skip to content

networkservicemesh/cmd-dashboard-ui

Repository files navigation

Network Service Mesh Dashboard UI

NSM dashboard UI part working in conjunction with the backend part

Written in React using libraries:

The entire NSM dashboard deployment info see here

Dev/debug

To run dashboard UI locally:

  1. git clone [email protected]:networkservicemesh/cmd-dashboard-ui.git
  2. cd cmd-dashboard-ui
  3. nvm install (Node.js version specified in the .nvmrc file will be installed)
  4. npm install
  5. npm run dev
  6. Open http://localhost:3000 in the browser
  7. The demo data from cmd-dashboard-ui/src/model.ts can be used for debugging