This demo has been deployed (via gh-pages) to BrianGenisio.com/infections.
git clone https://github.com/BrianGenisio/infections.git
cd infections
npm install
npm run build
You can run the app by running npm run serve
and point your browser to localhost:8080.
You can run the unit tests by running npm test