Simple tool to merge multiple iframes into a tabbed view of them
There is also an image switcher which does the same for images.
To create a new switcher navigate to https://dj1.app.rbb-cloud.de/datawrapper-switcher/#/new
Example:
In the project directory, you can run:
Note Node 16 required
Runs the app in the development mode.
Open http://localhost:3000/#/new to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Please note that there are two routes:
The default route opened after running npm start
will show a blank screen.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
By default, Create React App produces a build assuming your app is hosted at the server root.
To override this, specify the homepage in your package.json
, for example:
"homepage": "http://rbb24.de/static/rbb/rbb-data/project-name",
This App can track "pageviews" and e.g. map interactions.
To enable this you need to replace everything in {}
in the ANALYTICS variables in the .env
file
and set REACT_APP_ANALYTICS_ENABLED
to true.