본문 바로가기

React.js

클론코딩 - 영화 평점 웹서비스 (1)

기본 세팅

1) - 각각 node, npm, npx 순으로 확인해 준다.

2) - 그 다음 vscode를 설치해준다.

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

에 접속하여 최신 버전을 설치해준뒤 

3) - 깃을 설치해준다. 참고로 깃(Git)과 깃허브(GitHub)는 다르다!

https://git-scm.com/downloads

이렇게 되면 기본 세팅준비는 끝이난다.

반응형