Skip to content

This web app display the number of covid19 cases and plot them in graphs

License

Notifications You must be signed in to change notification settings

Joshuajee/covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19

A web App that shows covid19 cases worldwide and also Graphs of the cases

npm run front-end-install

Install front-end dependency for producton.

npm run back-end-install

Install back-end dependency for production.

npm run build-front-end

build front-end app for production

npm run front-end-install

Install front-end dependency for development.

npm run back-end-install

Install back-end dependency for development.

npm run start-dev

Runs the app in the development mode.
To view the frontend,
Open http://localhost:3000 to view it in the browser.

It also starts the server in the backend,
Open http://localhost:5000 to view it in the browser.

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

npm run start

Start the server in production mode, can be used in development but the command below is better.

npm run back-end

It also starts the server in the backend,
Open http://localhost:5000 to view it in the browser.

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

npm run front-end

Runs the fronted react app in the development mode.
To view the frontend,
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.