Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 201 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 201 Bytes

Hello World Node JS Express Server

Simple project to create hello world server

  1. Clone Repo
  2. Run npm install
  3. Run npm start
  4. Open browser to localhost:3000

Testing

  1. run npm test