Files
backstage/frontend
Patrik Oldsberg eabe2de155 Merge pull request #56 from spotify/rugvip/plugin-output
frontend: added github-actions plugin skeleton + plugin output experiments
2020-02-06 09:59:36 +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