728x90
리액트 프로젝트 생성
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
728x90
'프로그래밍 > react' 카테고리의 다른 글
React 모듈 설치 여부 확 (0) | 2025.06.29 |
---|