Skip to content

CityOfDetroit/COVID19-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID19-dashboard

Dashboard for tracking COVID-19 cases

Getting Started

This project was created using:

  • Parcel as a web application bundler.
  • Cypress for testing.
  • NPM for 3rd party library use and management.
  • Babe for Javascript compiling.

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone [email protected]:CityOfDetroit/COVID19-dashboard.git
    
  2. Install node dependencies.

    $ npm install
    
  3. Run local instance.

    $ npm start
    
  4. Run test suite.

    $ npm test
    
  5. Run build.

    $ npm run-script build
    

Resources