Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 512 Bytes

File metadata and controls

18 lines (13 loc) · 512 Bytes

Build Status

TechScan

Pre-requisite

  1. Node (v8+)
  2. NPM (v5+)

Running Instructions

  1. Open the terminal from the root folder of repository
  2. Run npm install
  3. Once it finishes, run npm run start
  4. Server will start running on port 3000 (make sure PORT 3000 is empty)
  5. Open http://localhost:3000 in browser if it not opens automatically.

Run Test

Run npm run test