Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

endeavourhealth-discovery/IMViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMViewer

Version Build Status Unit Tests Quality Gate Status

Project setup

The proxy expects IMAPI to be running on localhost:8080

npm install

Run in local/development mode

This will run a local server for development purposes that will watch the source files and recompile on the fly as they're changed & saved.

npm run dev

Run unit tests (watch mode)

Runs the unit tests in watch mode

npm run test:unit

Unit test coverage report

Runs the unit test and generates coverage report (not in watch mode)

npm run test:coverage

Build for production

This will build the final output, ready for deployment to a production server

npm run build

Lints and fixes files

npm run lint