React.js components for building visualizations on top of GoodData platform
With yarn installed, go to your project directory and run
$ yarn add @gooddata/react-components
If you prefer npm run
$ npm install --save @gooddata/react-components
To develop, you need to run the typescript compiler. By running yarn dev, the typescript compiler will be run in watch mode.
$ cd gooddata-react-components
$ yarn devIf you just need to build the CSS files from SASS, run
$ yarn build-cssTo see and validate the react components, you can use Storybook. To run the storybook in development mode, run
$ yarn storybookTo deploy the production version of storybook, run
$ yarn build-storybookTo validate using tslint, run
$ yarn validateVisual regression testing for Storybook is provided by @gooddata/test-storybook package.
git checkout master && git pull upstream master --tags
npm version [major|minor|patch] -m "Release v%s"
npm publish --tag alpha
git push upstream master --tags
Report bugs and features on our issues page.
Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.
For more information, please see LICENSE