This is source code for new CMSSDT IB page. It must be transpiled before deploying.
docker run -it --rm --name my-running-script -v "$PWD":/usr/src/app -w /usr/src/app -p 3000:3000 node:8 bash # starts NPM in docker enviroment
cd public && ./updateData.sh && cd .. # populate enviroment with latest testing data
npm install # install dependencies
npm run start # run development server