/node_js_practices

This is my node js practices

Primary LanguageJavaScriptMIT LicenseMIT

NodeJSGuide

A Startup guide for NodeJS

What is Node JS?

  • not a programming language, it is javascript runtime environment, means it can run javascript codes without browser by converting js code to machine code using google v8 engine

Setup

  1. Install NodeJS
  2. Install VSCode, NodeJS Essential Extensions, npm install auto-install
  3. Create Folder project on desktop
  4. Open with VSCode, on terminal run: npm init -y
  5. Create index.js
  6. npm .