Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 270 Bytes

File metadata and controls

10 lines (7 loc) · 270 Bytes

How to use Express JS

Create a directory In that directory use command

npm init (a package.json will be created Press Enter till he command ends)

npm install express

To install Express JS

and run the file using localhost:number in app.listen in JS file