This is a Covid-19 cases visualisation app using CSSE and French Government data built with EmberJS. It runs completely in the browser and does not require a backend server.
Access the live instance of this app.
- Center for Systems Science and Engineering (CSSE) at Johns Hopkins University
- European Centre for Disease Prevention and Control (ECDC)
- Santé Publique France on the data.gouv.fr platform
The code for this app is released under the terms of the MIT license.
Made with ♥ using EmberJS, Ember Paper and ChartJS.
git clone https://github.com/njoyard/corona
this repositorycd corona
yarn
- Run
DEV_OUTPUT=true yarn crunch
to generate the dataset - Run
ember s
to start the development server - Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(oryarn build
) (production)
Build output is stored in the dist
folder. Use any web server to serve the contents of this directory to deploy your version of the app.