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
+28-21Lines changed: 28 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,24 +49,16 @@ Once you have downloaded the project, add your Contentstack API Key, Delivery To
49
49
50
50
## Step 6: Install Apollo framework
51
51
Begin by including packages that are essential for building the Apollo app. Install the following modules using the npm install command. Refer the [Installation](https://www.apollographql.com/docs/ios/installation.html#installing-framework) doc for more information.
## Step 7: Add modules in server file to invoke Apollo
58
55
In order to invoke Apollo as part of the JavaScript and for routing and templating purpose, add the express and express-nunjucks modules to the server file, app.js.
59
56
60
-
Add the ‘apollo-client’ and ‘apollo-cache-inmemory’ parameters in ‘apollo-client’ instance.
0 commit comments