Skip to content

A personal front-end project which Allows to watch the coronavirus statistics.

License

Notifications You must be signed in to change notification settings

vakhramoff/Simple-COVID-Stats

Repository files navigation

COVID Statistics

This application allows you to simply display the data about people with COVID-19.

The app is available online at covid.vakhramoff.ru

Run

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.

Build

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.

Build in production mode

If you're ready to deploy your application, use npm run build:production command.