Skip to content

gooddata/ui-sdk-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository includes various demos for the GoodData UI SDK.

Please see this documentation for tutorials and reference information on the GoodData SDK Data Layer and visualization components.

How to run a demo

All demos must be run via HTTPS. All React demos can be run using yarn start:

On Mac or Linux, run HTTPS=true yarn start or HTTPS=true npm start

On Windows, run set HTTPS=true&&yarn start or set HTTPS=true&&npm start

For details about running the Angular 4.x demo, see the angular-v4.x demo README.

Limitations

For the sake of simplicity, most demos use the GoodSales demo project. This project is accessible to all GoodData users with an account at https://secure.gooddata.com/. All React demos access the GoodData platform using a local proxy.

For information on how to configure your app to call the GoodData API directly without a proxy (this is necessary to deploy your app to production), see this tutorial.