You need a Linux based system, I use Ubuntu 18.04 for this tutorial — Login To Your Server $ ssh username@YOUR_SERVER_IP Install NodeJS and npm Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. Node.js gives us the possibility to use JavaScript as a BackEnd language like Python, Java, or PHP. NPM is a package manager for the JavaScript programming language. It is the default…