리액트 프로젝트 생성
npx create-react-app [생성할 리액트명]프로젝트 내에서 vscode 실행
d:\work\frontend\testapp>code .VSCode 터미널에서 리액트 프로젝트 실행
npm starttailwind CSS 설치
npm install -D tailwindcss@3.4.17 postcss autoprefixer
npx tailwindcss init -P
'프로그래밍 > react' 카테고리의 다른 글
Vite에서 TailWindCss 설치하기 (0) | 2025.08.20 |
---|---|
리엑트 tailwindcss 프로젝트 설정 (0) | 2025.08.14 |
React 모듈 설치 여부 확 (0) | 2025.06.29 |