All Projects → grafana → grafana-starter-app

grafana / grafana-starter-app

Licence: Apache-2.0 License
Template for grafana app plugins

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Grafana App Plugin Template

Build

This template is a starting point for building Grafana App Plugins in Grafana 7.0+

Getting started

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev

    or

    yarn watch
  3. Build plugin in production mode

    yarn build

Learn more

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].