Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 305 Bytes

File metadata and controls

13 lines (8 loc) · 305 Bytes

twit-server

The server for the twit application.

Requirements

Running

  1. Run npm install to install the dependencies listed in package.json.
  2. Run node server.js to run the server. Hit Ctl+C to stop the server.