Setting Up Your First Node.js Application Step-by-Step
Installing Node.js
Node.js must first be installed before running JavaScript outside the browser.
Installing Node.js also installs:
Node runtime
npm package manager
After installation, JavaScript
tech-log.hashnode.dev2 min read