Загрузка страницы

Deploy React Node app to AWS EC2 - 2024

Deploy a NodeJS React app to AWS EC2
Laravel Traits Tutorial
👍 Subscribe for more tutorials like this: https://www.youtube.com/watch?v=gEQtVNq8Myo
⌨️ Source Code
#Update ubuntu instance
sudo apt-get update
#Upgrade ubuntu system
sudo apt-get upgrade
#install ngnix
sudo apt-get install nginx -y
#nginx version
nginx -v
#restart nginx
sudo systemctl restart nginx
#install nodejs ubuntu
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
#reate the react project. (create-react-app)
npx create-react-app react-tutorial
#Build the react project
cd react-tutorial
npm run build
#Run the project
npm start
🌍 Channel's website
https://coderuck.com/
👨‍👨‍👦 Join the community
Linkedin: https://www.linkedin.com/company/coderuck
Facebook: https://www.facebook.com/coderuck
Facebook Group:
https://www.facebook.com/groups/fullstackdevelopersection

http://www.youtube.com/channel/UCAo0zsTJa1Yu7MPNBhjCg7Q?sub_confirmation=1

Видео Deploy React Node app to AWS EC2 - 2024 канала Coderuck
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
25 сентября 2021 г. 22:40:23
00:11:54
Яндекс.Метрика