create-phuc-template
v2.0.1
Published
A modern and fast React project template using:
Downloads
6
Readme
⚛️ React Vite TypeScript + MUI Starter
A modern and fast React project template using:
- ⚡ Vite
- 🔷 TypeScript
- 🧱 Material UI (MUI)
- 📦 pnpm for blazing fast package installs
- ✅ Pre-configured ESLint and Prettier
🚀 Quick Start
Create a new project using this template (via your CLI or manually):
npx degit your-username/react-template my-app
cd my-app
pnpm install
pnpm dev