Skip to content

Instantly share code, notes, and snippets.

@vades
Last active December 17, 2021 11:50
Show Gist options
  • Save vades/045d5e510f6951155bafd8fe53aad0d0 to your computer and use it in GitHub Desktop.
Save vades/045d5e510f6951155bafd8fe53aad0d0 to your computer and use it in GitHub Desktop.
Nodejs

Node.js intro

What is Node.js

Node.js is an open source platform built on Chrome's JavaScript runtime and can be run on Microsoft Windows, OS X and Linux.

What is Node.js used for?

Node.js is useful for easily building fast and scalable JavaScript applications.

Install NPM on Windows

  • Download Node.js installer
  • Select Windows Installer to download the 64-bit version
  • Run Node.js instalation and follow the instructions.
  • Open the command prompt and check Node.js version with the command node -v.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment