0.0.1 • Published 7 years ago
fly-charts v0.0.1
fly-charts
Component Library Chart Repo
Installing externally
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
Running preview environment internally
(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.
Running test scripts and creating a coverage report
(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
Components
0.0.1
7 years ago