Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@gooddata/create-gooddata-react-app
Advanced tools
A CLI tool that creates a new React project connected to the GoodData platform
(c) 2019-2022 GoodData Corporation This repository is under the BSD-3-clause license available in the LICENSE file and includes additional third party packages under separate open source licenses as specified in the NOTICES file.
This is a CLI tool that creates a new React project with a proxy set up to connect to your projects on the GoodData platform. The new app features some widgets and helpers that could come in handy. The app is built on top of Create React App. For more info see Create React App documentation.
To create a project called my-app
, run this in your terminal:
npx --ignore-existing @gooddata/create-gooddata-react-app my-app
Then follow the instructions provided by the CLI.
When navigating to your application using an IP address instead of localhost, you may run into 401
errors while trying to log in. This is due to proxying and cookie rewriting rules that the generated application uses to get around CORS. Use localhost instead of IP addresses to access the application because the development server rewrites GDC cookies to be for localhost.
NOTE: We use yarn
dependency manager. To install it, follow its documentation. If you don't want to use yarn
, provide the --no-install
flag like npx @gooddata/create-gooddata-react-app my-app --no-install
. This will skip calling yarn install
and you will have to manually install the dependencies of the created app. Please note that we do not provide package-lock.json
so the application may not work properly when dependencies are installed using npm
.
@gooddata/create-gooddata-react-app
supports several optional flags:
--hostname <hostname>
URL of your GoodData host-c, --config <config>
path to configuration file (see below)--no-install
skip yarn installing the app dependencies--verbose
output additional logs, useful mainly for debugging and bug reports-h, --help
output usage information--backend <backend>
switch backend to a desired one (default: bear
)--flavor <flavor>
desired flavor of the application: js
for JavaScript, ts
for TypeScriptThe configuration file has the following structure:
{
"hostname": "(Required) URL of the project hosted, e.g., https://developer.na.gooddata.com",
"appName": "(Optional) name of the app to use",
"flavor": "(Optional) flavor of the app, e.g., js for JavaScript, ts for TypeScript (default: js)"
}
Before running @gooddata/create-gooddata-react-app
, please make sure that you have all compatible technologies installed on your device.
In case there are errors while running @gooddata/create-gooddata-react-app
, please try these steps.
Sometimes having older versions of @gooddata/create-gooddata-react-app
can cause errors. In that case please remove any previously installed versions by running
npm uninstall -g @gooddata/create-gooddata-react-app
yarn global remove @gooddata/create-gooddata-react-app
You can force npx
to use latest version of the tool by running
npx --ignore-existing @gooddata/create-gooddata-react-app my-app
You can increase the logging level of @gooddata/create-gooddata-react-app my-app
by providing the --verbose
flag like
npx @gooddata/create-gooddata-react-app my-app --verbose
FAQs
A CLI tool that creates a new React project connected to the GoodData platform
The npm package @gooddata/create-gooddata-react-app receives a total of 82 weekly downloads. As such, @gooddata/create-gooddata-react-app popularity was classified as not popular.
We found that @gooddata/create-gooddata-react-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 75 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.