Wednesday, 2 October 2019

Introduction

Hi All,

Welcome to the world of Node JS

---------------------------------------------

Follow the steps to start with

1. Download Node JS from https://nodejs.org/en/download/

For running Node JS programs

2. Download VS Code from https://code.visualstudio.com/Download#

for creating programs in an easier manner

3. Create a folder  in your hard disk

Eg : D:\HUPNODE

4. Verify the installation

Eg : D:\HUPNODE>npm -v

5. Configure package.json

Eg : D:\HUPNODE>npm init -y

1 comment: