Skip to content

Commit b88c428

Browse files
committed
Add reactjs#111 manually.
1 parent 369ef5b commit b88c428

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lessons/11-productionish-server/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ app.listen(PORT, function() {
5858

5959
Now run:
6060

61-
```
61+
```sh
6262
NODE_ENV=production npm start
63+
# For Windows users:
64+
# SET NODE_ENV=production npm start
6365
```
6466

6567
Congratulations! You now have a production server for this app. After

0 commit comments

Comments
 (0)