Execute Gulp Tasks and Watches Remotely

I have installed Git and Node.JS on Windows Server with Windows Remote Desktop to use Gulp.

If I am connected to a remote desktop, I have no problem executing gulp, but my problem is that I want to do these tasks and hours on my local machine without using a remote desktop connection.

I don't know if a script exists that can execute the Node.js command line on my server (under my local machine) or any other solution ...

+3


source to share


1 answer


Use powershell. You can remotely control your server using a shell and then execute the node and gulp commands.



0


source







All Articles