-
Express Core: RoutingWeb/nodeJS 2019. 11. 27. 21:21
init.js 파일 생성
index.js >> app.js 이름 변경
app.js에 export default app; 추가
누군가 내 파일을 불러올때, app object를 주겠다는 의미
init.js에는 아래와 같이 작성
import app from "./app";
router.js 생성
'Web > nodeJS' 카테고리의 다른 글
Nodemon 설치 (0) 2020.01.07 iterm으로 프로젝트 생성 (0) 2020.01.05 nodemon (0) 2019.11.27 nodemon (0) 2019.11.27 Node.js (0) 2019.11.20