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:
create-gooddata-react-app
will download its packages and files to your computer.- When completed, it will ask you to provide application name and hostname. Hostname should point to your GoodData.CN endpoint (incl. protocol).
- Once you confirm your hostname, the tool will install required dependencies and create the structure of your application.
- 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.
Warning
Ensure that you use --backend tiger
when generating an app with create-gooddata-react-app
for GoodData.CN.