Merge pull request #1186 from spotify/stefanalund-patch-1

Changed order of backend install instructions
This commit is contained in:
Patrik Oldsberg
2020-06-08 10:01:13 +02:00
committed by GitHub
+1 -1
View File
@@ -15,8 +15,8 @@ app. Until then, feel free to experiment here!
To run the example backend, first go to the project root and run
```bash
yarn tsc
yarn install
yarn tsc
yarn build
```