This application allows you to simply display the data about people with COVID-19.
The app is available online at covid.vakhramoff.ru
Run npm run start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
In case if you want to build the application, simply use npm run build
command in your console.
The generated app will appear in /dist/
directory.
If you're ready to deploy your application, use npm run build:production
command.