https://github.com/kwasniew/covid.reports
https://covidreports.netlify.com/
https://github.com/kwasniew/covid.reports
coronavirus covid covid-19 hyperapp
Last synced: 23 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:47:25.000Z (over 2 years ago)
- Last Synced: 2025-03-23T09:48:42.527Z (about 1 month ago)
- Topics: coronavirus, covid, covid-19, hyperapp
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- 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.