/Simple-COVID-Stats

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

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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.