프로그래밍/자바스크립트
리액트 프로젝트 생성
GOHA
2025. 4. 6. 12:15
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