simongjetaj / covid-19

"Covid-19" is a data dashboard project that is linked to the coronavirus outbreak - 03/2020

Home Page:https://tracking-covid-19.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19

Tracking Coronavirus

https://tracking-covid-19.herokuapp.com/

Assuming, You have Node and npm properly installed on your machine, you need to:

  1. Download/clone the project (Tip: If you want to create a new directory and navigate inside that folder, so you can open with your editor, you can do take project_name, instead of mkdir project_name and then cd project_name.)

  2. Navigate to inside the project folder on terminal, where you would hopefully see a package.json file. :)

  3. Execute npm i for installing all the project dependencies.

  4. Then npm start, npm run dev or node server. :)

  5. Now, it should be as easy as typing localhost:3000 into your favourite web browser. ;)

About

"Covid-19" is a data dashboard project that is linked to the coronavirus outbreak - 03/2020

https://tracking-covid-19.herokuapp.com/


Languages

Language:EJS 47.1%Language:JavaScript 42.8%Language:CSS 10.2%