Web app visualising the incidence of COVID-19 in London.
- Clone the repo locally.
- Install dependencies with
npm run install. - Run development server with
npm run watchand preview the site athttp://localhost:1234. - To build a production version of the site, run
npm run build.
The site is built using Parcel with entry point being index.html, built site is saved in the dist/ directory.
assets/- Static data/asset. If asset is requested only at runtime, it should be copied withparcel-plugin-static-files-copy(configuration ispackage.jsonunderstaticFiles)src/- Source directory.components/- Vue componentsjavascripts/- Javascript sourcesstylesheets/- Less.js stylesheet sourcesmain.js- Entry point to the app
index.html- Entry point to site