1. 서버에 node js 설치 $yum -y install nodejs 2. npm install $npm install 3. npm start $npm start 후, 리액트 소스폴더로 경로 이동 4.npm build start npm build start 까지 하면, 현재폴더에서 build폴더가 생성되고 이곳에 빌드 결과물이 저장된다. [예외] [Error]System limit for number of file watchers reached 라는 에러발생시 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p 위 명령어를 터미널에 입력 후 다시 시도해본다.