Next I jump onto writing my first Node.js program. For this I create a file name app.js and write some code into it as follows :

Next we run app.js as follows :
node app.js

Next I shall demonstrate how to setup a Node.js project.
Next I jump onto writing my first Node.js program. For this I create a file name app.js and write some code into it as follows :

Next we run app.js as follows :
node app.js

Next I shall demonstrate how to setup a Node.js project.