Vite + React + Tailwind CSS + Lucide React 프로젝트를 빠르게 생성하는 Bun 전용 스크립트입니다.
이 패키지는 Bun 전용입니다. Node.js에서는 동작하지 않습니다.
- ✅ Bun — 공식 지원
- ❌ Node.js — 미지원 (설치 및 실행 불가)
npx 또는 npm create로 실행하면 오류가 발생합니다. 반드시 Bun이 설치된 환경에서 bun create로 실행하세요.
Bun이 없다면 먼저 설치하세요:
# macOS / Linux
curl -fsSL https://bun.sh/install | bash
# Windows (PowerShell)
powershell -c "irm bun.sh/install.ps1 | iex"Bun 공식 문서에서 자세한 설치 방법을 확인할 수 있습니다.
bun create vite-react-gemini@latest <프로젝트명>또는 현재 디렉터리에 생성:
bun create vite-react-gemini@latest .- Vite - React (JavaScript) 템플릿
- Tailwind CSS -
tailwindcss,@tailwindcss/vite(최신 버전) - Lucide React - 아이콘 라이브러리
- GitHub Actions - GitHub Pages 배포 워크플로우
cd <프로젝트명>
bun install
bun devbun install
bun run index.ts my-app- Vite - 빌드 도구
- React - UI 라이브러리
- Tailwind CSS - 유틸리티 CSS
- Lucide React - 아이콘