Skip to content

Commit 79ca58a

Browse files
author
A Camariana
authored
Update part8a.md
It wasn't obvious where the initial code should be.
1 parent 75c8e3e commit 79ca58a

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)