Skip to content

athiratj/COVID-19-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID19 Tracker App

A web application for visualizing the up-to-date COVID-19 disease status across the world.

Built with:

Setup

  • Clone the repository using the command git clone https://github.com/athiratj/COVID-19-tracker.git.

    Run the following commands:

  • npm install

  • npm start

  • Open http://localhost:3000 to view it in the browser.

Deploying App to Firebase

  1. Log in to your firebase console and create a new project.
  2. Install the firebase CLI tools.
$ npm install -g firebase-tools
$ firebase -V
  1. Setup a firebase context for the current application in the folder containing project, and choose the created project.
$ firebase init
  1. Make sure that you are logged in to your Firebase account. Once you are logged in, you can close the window.
$ firebase login
  1. Deploy our application using the following command.
$ firebase deploy

Done!