https://github.com/edcsu/coronavirus-viewer-map
a mapping application with recent Coronavirus statistics for each country.
https://github.com/edcsu/coronavirus-viewer-map
Last synced: over 1 year ago
JSON representation
a mapping application with recent Coronavirus statistics for each country.
- Host: GitHub
- URL: https://github.com/edcsu/coronavirus-viewer-map
- Owner: edcsu
- License: mit
- Created: 2020-06-04T08:09:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:47:31.000Z (over 4 years ago)
- Last Synced: 2025-05-08T23:55:56.631Z (over 1 year ago)
- Language: JavaScript
- Size: 6.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍃 Gatsby Leaflet Starter
Jumpstart your next Gatsby mapping project with Leaflet!
## ⚡ Quick Deploy
[Live demo]( https://covid19globaltracker.web.app)
## ⚡ Quick Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/colbyfayock/gatsby-starter-leaflet) [](https://zeit.co/import/project?template=https://github.com/colbyfayock/gatsby-starter-leaflet)
## 🧰 What This Includes
* [Yarn](https://yarnpkg.com/en/)
* [Gatsby](https://www.gatsbyjs.org/)
* [Sass](https://sass-lang.com)
* [React Helmet](https://github.com/nfl/react-helmet)
* [Resolve Src](https://github.com/alampros/gatsby-plugin-resolve-src)
* [Leaflet](https://leafletjs.com/)
* [React Leaflet](https://react-leaflet.js.org)
## 🚀 Getting Started
### Requirements
* [Gatsby CLI](https://www.npmjs.com/package/gatsby-cli)
* [Yarn](https://yarnpkg.com/en/)
### Quick Start
Run the following in your favorite terminal:
```
gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-leaflet
```
### Starting from Scratch
* Set up Yarn: https://yarnpkg.com/lang/en/docs/install/#mac-stable)[https://yarnpkg.com/lang/en/docs/install/
* Install the Gatsby CLI globally:
```
yarn global add gatsby-cli
```
* Inside the directory of your choice, scaffold a new Gatsby site:
```
gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-leaflet
```
For example, if I want my installation in `~/Code/new-gatsby-site`, I would navigate to `~/Code` and run:
```
gatsby new new-gatsby-site https://github.com/colbyfayock/gatsby-starter-leaflet
```
* Navigate to your new directory and run:
```
yarn develop
```
* You should now be running a new Gatsby site locally! 🎉