Creating http server using express.js with node.js in 3 simple steps!
Step - 1
First create an empty folder where you will create your server.
Now open it in VScode or any other editor in which you feel comfortable.
Create an index.js file in the folder.
Step - 2
Now open terminal shortcut key for [ Ctrl+Shift+' ...
anantguptablogs.hashnode.dev1 min read