Jul 8, 2024
node.js application; platform: Ubuntu.sudo su -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install node
node -v
npm -v
sudo apt-get update -y
sudo apt-get install git -y
git --version
git clone <repository-url>
cd node.js-on-ec2
npm install
npm start