docs: added instructions for running backend to getting started (#2360)

This commit is contained in:
Patrik Oldsberg
2020-09-09 14:18:17 +02:00
committed by GitHub
parent 53c0bedf28
commit e37abb7339
+9
View File
@@ -80,3 +80,12 @@ yarn start
_When `yarn start` is ready it should open up a browser window displaying your
app, if not you can navigate to `http://localhost:3000`._
In most cases you will want to start the backend as well, as it is required for
the catalog to work, along with many other plugins.
To start the backend, open a separate terminal session and run the following:
```bash
yarn --cwd packages/backend start
```