■ vsCode 설치
vsCode 다운로드 URL
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
걍 설치 하면 됨.
express
- Node.js를 위한 빠르고 개방적인 간결한 웹 프레임워크
■ express 설치
1. vsCode 실행 후 package.json 이 있는 폴더 오픈
2. vsCode 터미널 열어서 아래 명령어 실행하면 자동으로 다운 받는다.
- cmd 열어서 해도 됨.
npm install express --save
express 다운 받으면 아래와 같이 dependencies 추가 됨
'Backend > Node.JS' 카테고리의 다른 글
[NodeJs] CentOS 7 node.js 설치, 삭제, 재설치, 업그레이드 (0) | 2023.02.14 |
---|---|
MongoDB Model & Schema (0) | 2022.03.23 |
Node.js 와 몽고DB 연결 (0) | 2022.03.22 |
[Window] nvm 설치, Node.js 설치, nmp init. (0) | 2022.03.22 |