Files
backstage/frontend
Raghunandan Balachandran c82fac8af1 move app shell to the top
2020-02-04 13:18:45 +01:00
..
2020-02-04 13:18:45 +01:00
2020-01-31 16:48:15 +01:00
2020-02-04 10:27:25 +01:00
2020-02-03 13:54:14 +01:00
2020-01-31 14:19:42 +01:00
2020-02-03 14:31:59 +01:00
2020-02-04 09:51:40 +01:00

Backstage Frontend

Usage

Serve app:

yarn start

Build app:

yarn build

Run all tests:

yarn test

Lint project:

yarn lint

Test a single package:

cd packages/plugins/hello-world

yarn test

Structure

packages/app

Example application with a standard plugin wiring.

packages/core

Core API package.

packages/plugins/*

Plugins go here