You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jason Kiesling edited this page Sep 6, 2018
·
1 revision
Runs via pm2
To start server, navigate to app/MYR-backend and run pm2 start npm -- start
To stop server, run pm2 monit to get the process ID, most likely 0, and then run pm2 stop [process ID] to stop it.