The React app that serves as Kubeshark's front-end.
Install the dependencies:
npm install
Run:
npm start
Visit http://localhost:3000/
Build:
docker build . -t kubeshark-front
Run:
docker run -p 3000:80 kubeshark-front
Visit http://localhost:3000/