DEV Community

Discussion on: How to deploy project local to production server using gulp?

Collapse
 
adnanbabakan profile image
Adnan Babakan (he/him) • Edited

So, first of all, you should tell us if you are using a hosting panel like CPanel of Plesk or something.
If not, you need to run your app on port 80 and point your domain to your server using an A record if you don't have a DNS server.
The best thing you can do is using pm2 which is a great tool to run and manage node apps on the server.

BTW you better use the #help tag on your post.