aws
AWS EC2 리액트 배포 및 Nginx 설정법
Amazon EC2 인스턴스에서 React, Express, 및 Nginx를 설정하려면 다음 단계를 따르세요. 먼저 EC2 인스턴스에 접속하여 Node.js와 npm을 설치합니다. curl -o- [https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh](https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh) | bash source ~/.bashrc nvm install node React 프로젝트를 생성합니다. npm install -g create-react-app create-react-app 프로젝트 프로젝트 디렉리에서 Express 백엔드를 추가합니다. npm install ..