Backend/Node.JS
vsCode 설치. express 설치.
미도반
2022. 3. 22. 22:47
■ 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 추가 됨