Skip to content

vladstepway/covid-19-dashboard

Repository files navigation

COVID-19 Dashboard

Thank you for visiting our Dashboard an application for tracking the spread of COVID-19 in the world and in selected countries. Take care of yourself. 😷

This project was created in the frame of the RS School course.

Netlify Status

DEMO

DOWNLOAD

Please make sure that your file is unpacked in a Web-accessible directory. After downloading you will see the following directories and files:

  src/               
  node_modules/ 
  README
  webpack.prod.js        
  webpack.dev.js             
  package.json              
  webpack.common/js               
  package-lock/json              

PREPARATION

Check that you have node and npm installed in terminal.

node -v
npm -v

If you doesn't have packages follow the instructions on this link.

Be sure that you also have webpack. You can check it with following commands.

webpack --version

or

webpack -v

Using npm list command:

npm list webpack

The following NPM installation will make webpack available globally:

npm install --global webpack

INSTALL

Open folder with project in your IDE or open terminal and type

 cd {Your path to project}

After this run project:

npm run start

And follow link, that starts with http :// localhost: {number of your local host}.

Congratulate you can enjoy our application 🥳

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published