-
Node.JS & Express 프로젝트 설치언어/Node.js 2020. 4. 2. 03:02
Node.JS & Express 프로젝트 설치 방법
Node.JS 설치
$ install nodejs $ npm init # 패키지 생성 $ npm install # npm 실행
Express 설치
$ npm install express --save $ npm install express-generator -g $ express -view=ejs 폴더명 $ npm install $ npm start
'언어 > Node.js' 카테고리의 다른 글
[Node.js] 동기와 비동기, 블로킹과 논블로킹 (0) 2020.04.01 [Node.js] 구조 및 동작 원리 (0) 2020.04.01 [Node.js] 특징 및 장단점 (4) 2020.04.01 댓글