You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ cd react-apollo
15
15
16
16
```sh
17
17
cd server
18
+
yarn install
18
19
prisma deploy
19
20
```
20
21
@@ -65,14 +66,16 @@ Note that the part `public-hillcloak-flier-952361` of the URL is unique to your
65
66
To start the server, all you need to do is execute the `start` script by running the following command inside the `server` directory:
66
67
67
68
```sh
69
+
yarn install
68
70
yarn start
69
71
```
70
72
71
73
### 5. Run the app
72
74
73
-
Now that the server is running, you can run the app as well:
75
+
Now that the server is running, you can run the app as well (the command needs to be run in a new terminal tab/window inside the root directory `react-apollo`):
0 commit comments