Skip to content

Latest commit

 

History

History

jireaucracy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GoodData React SDK Example app

This project contains a sample setup for a React app using GoodData React SDK. It was bootstrapped with @gooddata/app-toolkit.

Preparation

Run yarn install to install all dependencies.

Application

It's configured to connect to the GoodData organization populated by the data pipeline from this repository. You have to create a .env file in the root of the project with the following content:

# For GoodData Cloud or GoodData.CN
TIGER_API_TOKEN=<token>

Then run npm start to start the application.