Accelerator Toolkit

Use Accelerator Toolkit to create your first analytical application.

create-gooddata-react-app is a CLI-based tool that will guide you step by step through the process of creating an application in your terminal.

Usage

npx @gooddata/create-gooddata-react-app --backend tiger

When you run create-gooddata-react-app, the following sequence will follow:

  1. create-gooddata-react-app will download its packages and files to your computer.
  2. When completed, it will ask you to provide application name and hostname. Hostname should point to your GoodData.CN endpoint (incl. protocol).
  3. Once you confirm your hostname, the tool will install required dependencies and create the structure of your application.
  4. It will then prompt you to start your application and will open the welcome page in your browser.

For more details, go to gooddata-create-gooddata-react-app Github repository, and follow the instructions in the README file.

Empty application