A Startup guide for NodeJS
- 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
- Install NodeJS
- Install VSCode, NodeJS Essential Extensions, npm install auto-install
- Create Folder project on desktop
- Open with VSCode, on terminal run: npm init -y
- Create index.js
- npm .