Video Tutorial : https://youtu.be/1c8kZX4zBec
Steps to Install Express Generator and Create an App.
• npm install -g express-generator
• express kdApp
• cd kdApp
• npm install
• npm start
Leanings from the Tutorial.
• Download and Install Node.js
• Access interactive shell (REPL: read-eval-print-loop)
• Executing JavaScript Files.
• Creating Basic HTTP Server.
• Creating Express JS Server APP.