1. Напишим простой код hello.js:

console.log('Hello world!');

2. Запустим наш код:

node hello.js
Hello World!