Skip to content

vibhanshuc/tech-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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