Simplify node doc

This commit is contained in:
Fionn Kelleher
2015-12-25 22:17:46 +00:00
parent 74dc5098fd
commit 856c3d1535

View File

@@ -1,11 +1,15 @@
# node # node
>Main node command > Server-side JavaScript platform (Node.js)
- Call an interactive node shell - Run a JavaScript file
`node {{file}}.js`
- Start a REPL loop (interactive shell)
`node` `node`
- Execute node on a JS file - Evaluate JavaScript by passing it in the command
`node {{FILENAME}}.js` `node -e "{{code}}"`