프로그래밍/ReactJS

REACT 설치

타코코딩 2023. 8. 21. 23:25

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

https://nodejs.org/ko

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

1.vscode nodejs 다운로드

상단링크 참조

 

2.폴더 powershell 로 창열기

npx create-react-app '폴더이름'       << 명령어 입력

 

 

npm 오류시  : c드라이브 /사용자/AppData/Roaming 폴더 하위에 npm 폴더 없으면 생성하기

허가되지않은 스크립트 오류시 : powershell 관리자모드 실행> Set-ExecutionPolicy Unrestricted  입력

 

'프로그래밍 > ReactJS' 카테고리의 다른 글

usestate  (0) 2023.09.11
react) cointracker  (0) 2023.09.08
react로 todolist 만들기  (0) 2023.09.07
react)useState 기초 버튼 클릭할 때마다 카운트하기  (0) 2023.08.30
React 컴포넌트  (0) 2023.08.22