Node Js Local Server Using Express Creation Process Initialize a new NodeJS Package npm init Create 'index.js' file, Wrote Program Logic Added a start script to package.json file 'node index.js' To add express library, 'npm install express' Run Nodejs Package 'npm run start'