Skip to content

P3K-TEAM/frontend

Repository files navigation

AntiPlag - Frontend

master pipeline

Table of contents

  1. Prerequisites
  2. Installation and development
  3. Test coverage
  4. Deploying to the web

Prerequisites

Installation and development

The application is written in reactive framework Vue.

  1. Installing dependencies

    npm install
  2. Running the dev server

    npm run serve
  3. Visit the webpage in browser (by default the URL is http://localhost:8080)

Test coverage

Unit Tests

Unit tests allow you to test individual units of code in isolation. The purpose of unit testing is to provide developers with confidence in their code. By writing thorough, meaningful tests, you achieve the confidence that as new features are built or your code is refactored your application will remain functional and stable. You can learn about unit tests here.

Deploying to the web

The code is automatically deployed to the webserver using CI pipeline after merge into master branch.