Recidiviz / justice-counts-components

A set of React components powering a web app for exploring centralized, standardized metrics on the performance of justice systems across the United States
GNU General Public License v3.0
1 stars 0 forks source link

Bootstrap React component and repository #1

Closed jessex closed 3 years ago

jessex commented 3 years ago

What needs to be done? Why does it need to be done? Add the basic infrastructure needed to create a React component in version control. The deliverable artifact here is simply a React component that can be dropped into a separate application. However, it's important to be able to test this ourselves, so we need some minimal "app" that we can drop the component into and run locally for testing.

Additional context We don't need any infrastructure for hosting or deploys. We just need to be able to run/test the component (and sub-components that get created).