Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwasniew/covid.reports
https://covidreports.netlify.com/
https://github.com/kwasniew/covid.reports
coronavirus covid covid-19 hyperapp
Last synced: about 2 months ago
JSON representation
https://covidreports.netlify.com/
- Host: GitHub
- URL: https://github.com/kwasniew/covid.reports
- Owner: kwasniew
- Created: 2020-03-21T10:08:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:47:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T06:53:35.759Z (8 months ago)
- Topics: coronavirus, covid, covid-19, hyperapp
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: history.js
Awesome Lists containing this project
README
# covid.reports
## Local development
Install deps and open root directory on any HTTP server.
```npm i```
```http-server .```
Note 1: Using bundler in development is discouraged.
Note 2: Always use .js extensions inside imports.
## Before production
```run run prod```
It will run formatting, app logic tests and create optimized bundle.
Currently there's no UI tests so manual verification is needed.