Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 317 Bytes

Express

Online material:

Initialize the project:

  • $ git init
  • $ npm init
  • $ npm install express --save

To run:

  • $ npm update
  • $ node index.js
  • open browser on localhost:1337

Util module

  • util.inspect parse javascript object in plain text