Step 1: Install Gcc-c++ maker
sudo yum install -y gcc-c++ makeStep 2: Get nodejs 16 version
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -Step 3: Install Node.js
sudo yum install -y nodejsStep 4: Install Git (Optional)
sudo yum install git -yStep 5: Install PM2
sudo npm install -g pm2 React App Build Version PORT = 3000
pm2 serve build PORT --spa Node.js Server
pm2 start index.js / server.jsPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.