/covid19-world-stats

This will provide total number of confirmed cases, recovered cases and total deaths in different countries on world map designed with Gatsby.

Primary LanguageJavaScriptMIT LicenseMIT

🧰 What This Includes

🚀 Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

gatsby new [directory] https://github.com/vsasvipul0605/covid19-world-stats

Starting from Scratch

yarn global add gatsby-cli
  • Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory] https://github.com/vsasvipul0605/covid19-world-stats

For example, if I want my installation in ~/project/my-new-site, I would navigate to ~/project and run:

gatsby new my-new-site https://github.com/vsasvipul0605/covid19-world-stats
  • Navigate to your new directory and run:
yarn develop
  • You should now be running my new project locally! 🎉