# @backstage/frontend-dev-utils Utilities for developing Backstage frontend plugins using the new frontend system. This package provides a minimal helper for wiring up a development app from a `dev/` entry point, making it easy to run and test frontend plugins in isolation. ## Installation Install the package via Yarn: ```sh cd plugins/ # if within a monorepo yarn add -D @backstage/frontend-dev-utils ``` ## Documentation - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md) - [Backstage Documentation](https://backstage.io/docs)