Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 345 Bytes

Dependencies

To install dependencies run the following from main:

npm install

Execution

To alias the forever command

alias forever='./node_modules/forever/bin/forever'

To run the code

forever start app.js

To stop the code

forever stop app.js

Find the website here