강의

멘토링

커뮤니티

Inflearn Community Q&A

thinking9862's profile image
thinking9862

asked

Learn by Following Along Node, React Series - Building a Shopping Mall Site [Complete Renewal]

local에서 terminal이나 aws에서 서버를 백그라운드로 돌리는 방법 문의

Written on

·

287

0

서버를 백그라운드로 어떻게 돌리나요?

aws에서 npm run start 로 하면 서버가 백그라운드에서 돌지 않아서 cli 창을 끄면 서버가 종료됩니다.

pm2 start server/index.js 로 하면 서버가 계속 돌아가긴 하지만 이미지를 못 찾아서 not found 에러가 발생합니다.

해결 방법 말씀해주시면 감사하겠습니다.

reactreduxmongodb웹앱nodejs

Answer 2

0

Abraham님의 프로필 이미지
Abraham
Questioner

아래와 같은 에러가 발생합니다.

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

안녕하세요 abraham님       pm2 로 올바르게 실행을 하셨습니다 ~ 
근데 not found 에러는 어떤에러를 말씀하시는 거죠?  에러 문구를 볼 수 있을까요?!

thinking9862's profile image
thinking9862

asked

Ask a question