728x90
1. node.js 설치
2. yarn 설치
cmd > npm install --global tarn
3. vscode > 확장프로그램 > ESLint와 React code snippets 설치
3. cmd > npx create-react-app [프로젝트명]
4. cd 프로젝트명 > npm start 또는 yarn start
5. vscode terminal 에서 npm start 또는 yarn start 오류나는 경우
-> powershell 관리자 권한으로 실행 > Set-ExecutionPolicy RemoteSigned 실행 후 vscode 종료 후 재실행
728x90
'React' 카테고리의 다른 글
react force graph 노드 속성, 노드 찾기 (0) | 2023.07.12 |
---|---|
react force graph 선 길이, 노드 색깔 등 (0) | 2023.07.09 |