Skip to content

pajelonek/clip-watcher-ui

Repository files navigation

CLIP WATCHER UI

Quality Gate Status Bugs Code Smells Duplicated Lines (%) Lines of Code Maintainability Rating Reliability Rating Security Rating Vulnerabilities

Requirements

For building and running the application you need:

About

This is frontend part of the Master’s Degree Project Clip Watcher.

The whole project is hosted publictly on:

https://pajelonek.github.io/clip-watcher-ui/

Running the application locally

  1. You need to fill .env file in the root directory with basic authorization credentials for your clip watcher api application.

Example:

REACT_APP_API_URL = 'http://localhost:8080'
REACT_APP_API_AUTH_USERNAME = 'admin'
REACT_APP_API_AUTH_PASSWORD = 'password'
  1. Run:
yarn install
  1. Run:
yarn start

It will run the app in the development mode. Open http://localhost:3000 to view it in the browser.