Skip to content

Commit 5c36c42

Browse files
committed
adds express
1 parent db285f2 commit 5c36c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ In the scripts section of your package.json:
1919

2020
### Step 2
2121

22-
Create the following file in src/server.js
22+
- `npm install express --save`
23+
- Create the following file in src/server.js
2324

2425
```javascript
2526
const React = require("react");

0 commit comments

Comments
 (0)