- open
index.js - check for
console.log("Hello World ! 👍")by running the commandnode index.js - Just run
npm init -yto installpackage.json - Type on Command Line -
npm i expressto install express. - Copy the Below Code on the
index.js:
//start of code