0.0.1 • Published 7 years ago

fly-charts v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
7 years ago

fly-charts

Component Library Chart Repo

Coverage Status

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