# panel-exporter-demo-react **Repository Path**: mirrors_esnet/panel-exporter-demo-react ## Basic Information - **Project Name**: panel-exporter-demo-react - **Description**: Demonstration repo for React version of "panel-exporter" feature for Grafana - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-17 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Grafana Panel Exporter React Demo This is a `vite` application. # Pre-requisites This application loads the Grafana Panel Exporter bootstrapping library from your running grafana, and installs the `@grafana/panel-exporter` library from your running Verdaccio instance. The grafana code contains instructions for starting your own npm proxy using Verdaccio. You can find instructions on starting Verdaccio in `grafana/packages/README.md` in the Grafana repo as of this writing. `npm install` to install the packages for the application. The `.npmrc` points to your Verdaccio instance (on localhost:4873). Edit this file if you have it running elsewhere. Next, you'll need a Grafana server on port 3000, serving the panel-exporter-bootstrapping package under /public. # Running the application `make run` to start the python proxy and web server. If you are allergic to make you can `npm run dev`