Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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.