This application is dependent on being fed websocket data. The host/port for the websocket can be found in public/config.[ENV.]js
npm install
npm test
Unit tests will output warnings relate to accessibility. Configurations
are found in test-start-point.js
npm run lint
npm run start-dev
docker build . -t <image name>:<tag>
docker run -d --rm -p <port>:80 -e env={dev|prod} <image name>:<tag>