COVID-19 Tracker provides statistics on COVID-19 cases and deaths, both globally and by individual country. The project is built with Vue.js, and uses Tailwind CSS for styling.
To install the project dependencies, in the project directory run:
npm install
To compile the application and hot-reload when edits are made during development, run:
npm run serve
To compile the application and minify the code for production, run:
npm run build