An interactive React web app to visualise the spread of a virus in a population.
Inspired by Kevin Simler's excellent article and associated repo.
- React - this project was bootstrapped with Create React App
- Material UI - for React UI components
- Surge - for web publishing
In the project directory, run the following:
To install all project dependencies:
yarn installTo run the app in development mode on http://localhost:3000:
yarn startTo build the app for production in the build folder:
yarn build