To check if it’s running, you can try the following command in CLI:
curl 127.0.0.1:1337
Also, you can view the app’s logs by using pm2 logs command, there you should see if it runned succesfully without errors.
To check if it’s running, you can try the following command in CLI:
curl 127.0.0.1:1337
Also, you can view the app’s logs by using pm2 logs command, there you should see if it runned succesfully without errors.