Files
backstage/frontend
Stefan Ålund 2524a71bca Merge pull request #60 from spotify/freben/persist-login
Persist login (for now - due to constant page reloads)
2020-02-06 11:05:37 +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-06 10:18:22 +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