TIL
node.js nodejs 검색, 설치 작업폴더 만들고 에디터 오픈 server.js 만들고 코드 적어넣기 npm init -y npm install express npm install cors react 프로젝트 세팅 npm run build node.js에 폴더 넣어두기 nodemon server.js 로 실행 react router 사용할 경...