Skip to content

kbasgall/backstage-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

backstage-test

Steps

  1. 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.

  2. Create Backstage App

    npx @backstage/create-app

    Answer CLI options. SQLite

  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published