Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 349 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 349 Bytes

Front

The React app that serves as Kubeshark's front-end.

NPM

Install the dependencies:

npm install

Run:

npm start

Visit http://localhost:3000/

Docker Build & Run

Build:

docker build . -t kubeshark-front

Run:

docker run -p 3000:80 kubeshark-front

Visit http://localhost:3000/