Google Cloud Platform - Development environment set up for Node.js | Nodejs on GCP | CodingHacks

Опубликовано: 03 Июнь 2020
на канале: CodingHacks
7,116
73

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