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
Save the file, go back to the terminal window enter the following command:
70
+
Save the file, go back to the terminal window, and enter the following command:
79
71
80
72
```console
81
73
$ node hello-world.js
82
74
```
83
75
84
-
An output like this should appear in the terminal to indicate Node.js
85
-
server is running:
76
+
Output like this should appear in the terminal:
86
77
87
78
```console
88
79
Server running at http://127.0.0.1:3000/
@@ -93,8 +84,6 @@ Now, open any preferred web browser and visit `http://127.0.0.1:3000`.
93
84
If the browser displays the string `Hello, World!`, that indicates
94
85
the server is working.
95
86
96
-
Many of the examples in the documentation can be run similarly.
97
-
98
87
[Command Line Options]: cli.html#cli_command_line_options
0 commit comments