lerouxsteyn / coronaviewer.com

CoronaViewer - Coronavirus (COVID-19) dashboard
0 stars 1 forks source link

CoronaViewer

Coronavirus (COVID-19) dashboard

Contributors wanted

Please feel free to get involved in making this better. Pull requests, issues and discussions are all welcome.

Technology

CoronaViewer was written in React, bootstrapped with Create React App. The project is currently frontend only, with no backend code (and currently no need for any).

Installation

These instructions use Yarn, but you can use NPM as well.

Install frontend dependencies with:

yarn

Development mode

In the project directory, you can run:

yarn start

This runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Build project

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.