Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 275 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 275 Bytes

Example Node Server

Running the Server

$ npm install
$ node app.js

Check it out

Navigate to http://localhost:3000. You should see "hello world" in your browser.

Don't forget to check out the other branches for examples of middleware, routers, etc!