react-cubedb
v1.4.0
Published
Ract client to CubeDB
Downloads
171
Readme
react-cudedb
This package contain a serie of React components, using Reat-Bootstrap and D3 to generate graphs based on CubeDB's data.
Local Setup (using yarn)
- Install the dependencies with
yarn install
- Run tests with Jest
yarn test
- Update tests snapshots
yarn test:updateSnapshot
- Run Eslint
yarn lint
- Fix linter
yarn lint:fix
- Run the storybook in development mode with
yarn storybook
- Build with
yarn build