onaio / reveal-frontend

WebUI for the Reveal epidemiological surveillance platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reveal Frontend

Coverage Status

This is the Reveal web application front end.

The structure of this repo is inherited from create-react-app.

Guidelines

Getting started

First, copy the included .env.sample into .env

cp .env.sample .env

Next install packages using yarn and then start the app:

yarn

yarn start

Configuration

The configurations are located in the configs directory and are split into two modules:

  • env.ts: this module reads configurations from environemt variables
  • settings.ts: this module holds more complicated configurations

Testing

yarn test

Run test and generate coverage report

Generating reports significantly slows down your tests. Therefore, use this option when you only need a coverage report.

yarn test:coverage

About

WebUI for the Reveal epidemiological surveillance platform


Languages

Language:TypeScript 99.1%Language:CSS 0.7%Language:JavaScript 0.1%Language:Dockerfile 0.1%Language:HTML 0.0%Language:Shell 0.0%