프로그래밍/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
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 입력