Install Node.js + npm

https://nodejs.org/en/

01

cd 01-hello-node
node hello-node.js

02

cd 02-express-api-full
npm run start (o node index.js)
npm test - test
npm run autoreload - autoreload

03

cd 03-socket-io
node index.js