Component Library Chart Repo
npm install @flywheelbi/fly-charts
or to install a local version, add "@flywheelbi/fly-charts": "file:path/to/local/fly-charts"
to your packages.json
(Just once) In your local fly-charts directory, run
npm install
to get the dependencies, then
npm run start
to run the preview build. Visit http://localhost:8081 to view it!
App.js can be edited to test out different components.
(Just once) In your local fly-charts directory, run
npm install
to get the dependencies, then
npm run test
Tests are written using Airbnb Enzyme using the Mocha test framework and Chai assertion library Code Coverage is acheived using NYC & Coveralls.io