Changed order of backend install instructions

This commit is contained in:
Stefan Ålund
2020-06-08 09:53:14 +02:00
committed by GitHub
parent 42130988fe
commit 5726b40ee3
+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
```