Dev Tools/VSCode
VSCode 설치 방법 및 Live Server 설치 방법
HangJu_95
2023. 4. 22. 12:09
728x90
Vs Code란, Visual Studio Code의 약자로, 프로그래밍 코딩할 때 쓰는 프로그램 중 하나이다.
Extension이라는 확장성 기능을 통해, 다양한 기능을 사용하며 코딩을 가능하게 해주는 프로그램 중 하나!
설치 방법은 간단하다.
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
위 홈페이지에 들어가, Mac / Window 선택 후 다운로드 진행.
Live Server는 HTML 및 CSS 코드를 실시간으로 확인할 수 있는 프로그램으로 VS Code의 확장 기능 중 하나이다.
Extension - Live Server 검색 후 Install 진행.
Live Server의 장점은 내가 짠 코드를 실시간으로 확인하며 수정할 수 있다는 장점을 가지고 있다.