$ install nodejs $ npm init # 패키지 생성 $ npm install # npm 실행
$ npm install express --save $ npm install express-generator -g $ express -view=ejs 폴더명 #와꾸를 짜줌 $ npm install $ npm start
노드몬 설치 - npm install nodemon -g - 노드몬 시작 - nodemon app.js or nodemon app.js localhost 3000 or nodemon start localhohst 3000
nodeJs 설치
INSERT
위치 - nodejs/www - 변경 소스 - var port = normalizePort(process.env.PORT || '3000');