Skip to content

Angular frontend for the private communication service encodot

Notifications You must be signed in to change notification settings

encodot/encodot-app

Repository files navigation

Encodot App

Build App Docker Image

Website for the encodot project.

Run development server

Prerequisites:

First install npm packets with npm install.

Then a local development server can be started with the command ng serve. Once the server has started up you can open the website on http://localhost:4200.

Running unit tests

Run ng test to execute the unit tests via JestJS.