Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 334 Bytes

ping-web

pingdom-alternative

Start the app node index.js

Test The App node test

Environment changes --Windows(Powershell)

  1. DEBUG $env:NODE_DEBUG='fileName';node index.js
  2. Production $env:NODE_ENV="production";node index.js
  3. Development $env:NODE_ENV="development";node index.js