Creact React App 로 리액트 프로젝트 시작하기
📌 설치 명령어
// yarn 사용
yarn create react-app [프로젝트명]
// npx 사용
npx create-react-app [프로젝트명]
// 현재 디렉토리에 설치
npx create-react-app .
⭐️ 타입스크립트 사용시
yarn create-react-app [프로젝트명] --template typescript
npx create-react-app [프로젝트명] --template typescript
'Frontend > React' 카테고리의 다른 글
431에러를 해결하다! (1) | 2024.09.04 |
---|---|
react-router-dom 설치하기 (0) | 2024.07.28 |
tailwind custom color가 적용이 안될때 (0) | 2024.05.13 |
[eslint] react/prop-types, missing in props validation (0) | 2024.05.13 |
React에 네이버 SmartEditor2 적용하기 (0) | 2024.03.16 |