NSM dashboard UI part working in conjunction with the backend part
Written in React using libraries:
The entire NSM dashboard deployment info see here
git clone [email protected]:networkservicemesh/cmd-dashboard-ui.git
cd cmd-dashboard-ui
nvm install
(Node.js version specified in the .nvmrc file will be installed)npm install
npm run dev
- Open
http://localhost:3000
in the browser - The demo data from
cmd-dashboard-ui/src/model.ts
can be used for debugging