Skip to content

AyazKhuraishi/ReactFO-ServiceFlow-front

Repository files navigation

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/