Skip to content

Commit ebec3d9

Browse files
authored
Merge pull request #1948 from camariana/patch-1
Update part8a.md
2 parents e8d24d2 + 79ca58a commit ebec3d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/8/en/part8a.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ Create a new npm project with _npm init_ and install the required dependencies.
253253
npm install apollo-server graphql
254254
```
255255

256+
Also create a `index.js` file in your project's root directory.
257+
256258
The initial code is as follows:
257259

258260
```js

0 commit comments

Comments
 (0)