Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 315 Bytes

File metadata and controls

12 lines (10 loc) · 315 Bytes

Web Server with Node and Express

To use this file:

  1. Fork this repo
  2. Clone the forked repo to your own local machine
  3. Navigate into your local repo and enter the following at the command line
$ yarn add express body-parser uuid 
$ node app.js
  1. Open your browser to http://localhost:3000