mixvar / usb-mon-mon

web app frontend for linux kernel's usbmon debug tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usb-mon-mon

web interface for linux kernel's usbmon debug tool

Frontend app created with Angular

Server/Backend created with Node

installation

prerequisites:

  • node
  • npm
  • nodemon

installation: npm install

development

run frontend app with watcher: npm run start-front or ng serve

run backend with watcher: npm run start-back

build: npm run build or ng build

build for production: npm run build-prod or ng build -prod

start app after build: npm run start-all

About

web app frontend for linux kernel's usbmon debug tool

License:MIT License


Languages

Language:TypeScript 40.5%Language:CSS 27.0%Language:JavaScript 17.6%Language:HTML 14.9%