Update wording for starting the backend

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-03-15 14:33:30 -06:00
parent 5ee959802c
commit 2a1ffdae9f
@@ -166,11 +166,14 @@ catalog:
### Running the Backend
Finally, start up the backend with the new configuration:
Finally, start up Backstage with the new configuration:
```bash
# Run from the root to start both backend and frontend
yarn dev
# Alternatively, run only the backend from its own package
cd packages/backend
# or `yarn dev` to run both frontend and backend
yarn start
```