Update hellonode.md

This commit is contained in:
johndmulhausen
2016-03-07 08:26:58 +00:00
parent 527b405fc6
commit a77ddc445a
+1 -1
View File
@@ -116,7 +116,7 @@ We recommend using the nano editor but vi and emacs are also available in Cloud
From Cloud Shell simply exit the editor and save the server.js file. Since CloudShell has the node executable installed we can now run this simple command :
```shell
nano server.js
node server.js
```
and use the built-in Web [preview feature](https://cloud.google.com/cloud-shell/docs/features#web_preview) of CloudShell to open a new browser tab and proxy a request to the instance you just started on port 8080.