Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 689 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 689 Bytes

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.