Skip to content

kubeshark/front

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

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/