How to use Express JSCreate a directory In that directory use commandnpm init (a package.json will be created Press Enter till he command ends)npm install expressTo install Express JSand run the file using localhost:number in app.listen in JS file