This video shows you how to start with (install) a Node.js application on Google Compute Engine.
Quick Command Reference:
sudo apt-get update
sudo apt-get install git
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs
node -v
git clone https://github.com/GoogleCloudPlatfor...
ln -s ~/training-data-analyst/courses/developingapps/v1.2/nodejs/devenv ~/devenv
cd ~/devenv
sudo node server/app.js
#GCP #NodeJS #CodingHacks