I've installed node.js, grunt.js plugin and a less plugin on my own computer, and now I'm about to connect it to a remote server and use it there. I have a couple of newbie (perhaps some of them are dumb) questions regarding this:
Do I have to install node.js, grunt.js etc. in a remote server folder also? Or is it enough that it's installed on my own computer?
I use windows 8.1 (if that is relevant) and I wish to connect to a FTP-server, or a SSH-server (I've been provided with the server name, the FTP-Port number and the SSH-port). Which type of port should I use?
The actual script file that is going to be executed by the npm, should they be placed in a folder on that remote server as well?
You local development environment is indeed completely separate from your remote server environment.