Tutorial

Setup Production Server Locally For NodeJS Applications

Today, I will be documenting my experience on how I set up a server that can serve my NodeJS applications. This server will auto-start once the machine restarted. This guide is for Ubuntu Server. Download and Install NodeJS curl -fsSL https://deb.nodesource.com/setup_x.x | sudo -E bash – sudo apt-get install -y nodejs Install PM2 globally npm …

Setup Production Server Locally For NodeJS Applications Read More »

Free Web Hosting