It won't hurt to try
[Node.js] 1. node.js and npm 설치 본문
Node.js 웹개발로 알아보는 백엔드 자바스크립트의 이해
install node.js
1.node.js 설치
brew install node
2.nodejs 확인
node -v
3.npm 확인
npm -v
4.프로젝트 초기화
npm init
name : 프로잭트 이름 대충적기
description : 설명 대충적기
300x250
300x250
'JS > node.js' 카테고리의 다른 글
[Node.js] 4. static 디렉토리 설정 (0) | 2020.10.30 |
---|---|
[Node.js] 3. URL Routing 처리 (0) | 2020.10.30 |
[Node.js] 2. express설치 및 nodemon활용해서 앱 실행 (0) | 2020.10.30 |
Comments