We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafac45 commit 864a9f9Copy full SHA for 864a9f9
README.md
@@ -12,10 +12,16 @@ git clone https://github.com/howtographql/react-apollo/
12
13
### 2. Install dependencies & Deploy the Prisma database API
14
15
+To install the Prisma CLI globally with Yarn, use the following command:
16
+```sh
17
+yarn global add prisma
18
+```
19
+
20
+Also, run the following commands:
21
```sh
22
cd react-apollo/server
23
yarn install
-yarn prisma deploy
24
+prisma deploy
25
```
26
27
Then, follow these steps in the interactive CLI wizard:
0 commit comments