Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 321 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 321 Bytes

HomePage

a simple home page web application

To run the web server

$ npm install $ nodemon server.js Note: If nodemon doesn't work, try node server.js instead.

By default, the web server is listening port 4000.

To connect from browser

Suppose you run the web server locally, type the following URL in your browser: