NuCivic / react-dash

A framework for building data visualization dashboards using react. Docs: http://react-dashboard.readthedocs.io/en/latest/
MIT License
98 stars 22 forks source link

Add packages as dev-dependencies to prevent builds from breaking #70

Closed iris-i closed 7 years ago

iris-i commented 7 years ago

Some additional packages are required to get react-dash working, need to add them as dev-dependencies. Need to run: Yarn add fixed-data-table-2 react-nvd3 react-responsive-accordion react-select csv-es6-data-backend --save-dev

iris-i commented 7 years ago

Find Testing steps here: #69