Skip to content
zero2vibecodelearn vibe coding

What node app.js does

Run a JavaScript file with Node.js.

nodeapp.js
  • nodecommand — run JavaScript outside the browser
  • app.jsargument: a file, a folder, or text

What it does when you run it

$ node app.js
running

Run it yourself

The same files. Nothing here can break, and nothing leaves your browser.

Explain other commands

Written by Mikhail Kuzmitskii