Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 620 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 620 Bytes

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.