Jul 9, 2024
node
, npm
, and npx
commandsREPL
(Read-Eval-Print Loop): node
command in terminalrequire
and module.exports
for modular codenpm
for package management and package.json
for meta informationexport default
and import
ES6 modules vs CommonJS modules require
/module.exports
Node.js
CLI for various development tasksnode inspect
, Chrome DevTools integration for step-by-step debuggingstart
, test
, build
) to define project execution commandsHTTP
modulenpm
and setup examplesutil
librarypm2
for process management in production