I have developed my project in the Nest JS framework. My main file in the src folder (src/main.ts). How can I start the server on my Digital Ocean server?
Nest Js (Node Js Framework) - How to start server on Digital Ocean using pm2?
Asked Answered
After you build the project, then it will have main.js
file under /dist
.
So just run:
pm2 start PATH_TO_YOUR_PROJECT/dist/main.js --name=YOUR_APP_NAME
I have done like this, and its started but when i run project on my browser its not working... –
Unlookedfor
i dont know why it's not working but first please check if your app is running correctly –
Koral
© 2022 - 2024 — McMap. All rights reserved.