Bootcamp Notes – Day 2 (Tues) – Bootstrap: Node and NPM

Node and NPM Node.js is technology that allows you to run JavaScript code directly on your computer instead of only inside a browser. NPM, the Node Package Manager, is the default package manager for Node.js. It is installed automatically when you…