-
Generate devcontainer files. CMD + Shift + P to open command palette. Select
Codespaces: Add Development Container Configuration Files...
. Select Node latest, add Docker-in-docker support. -
Create Backstage App
npx @backstage/create-app
Answer CLI options. SQLite
-
Run the App
cd my-backstage-app yarn dev
The yarn dev command will run both the frontend and backend as separate processes (named [0] and [1]) in the same window. When the command finishes running, it should open up a browser window displaying your app. If not, you can open a browser and directly navigate to the frontend at http://localhost:3000.
To start frontend and backend seperately, run these commands in seperate terminals:
yarn start yarn start-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
kbasgall/backstage-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published