Files
backstage/packages/app
Patrik Oldsberg deb4476146 Address review feedback
- Rename 'alpha' to 'title' for content order enum value
- Inline EntityContentGroupDefinition type into EntityContentGroupDefinitions
- Rename defaultContentOrder prop to contentOrder
- Apply content ordering to ungrouped tabs as well
- Fix no-nested-ternary lint error

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-26 00:32:23 +01:00
..
2026-02-26 00:32:23 +01:00
2026-02-24 19:24:06 +00:00
2026-02-24 19:24:06 +00:00

example-app

This package is the main example Backstage application using the new frontend system.

To play with it, open a terminal and run the command: yarn start

NOTE: Don't forget to open a second terminal and to launch the backend there, using yarn start! The frontend requires a backend to connect to.