new-rsp
v0.0.1
Published
React + TypeScript Starter Pack CLI
Maintainers
Readme
React + TypeScript Starter Pack (RSP)
A premium, production-ready starter template for React applications. Packed with modern tools like Vite, TypeScript, Tailwind CSS v4, Redux Toolkit, and Framer Motion.
🚀 Quick Start
Initialize a new project instantly using npx:
npx rsp my-new-appOr install globally:
npm install -g rsp
rsp my-new-appThen navigate to your project and start coding:
cd my-new-app
npm run dev✨ Features
- ⚡ Vite: Lightning fast build tool.
- 📘 TypeScript: Type safety and better developer experience.
- 🎨 Tailwind CSS v4: The latest utility-first CSS framework.
- 🛠️ Redux Toolkit: Validated state management.
- 🎭 Framer Motion: Production-ready animations.
- 🧩 Radix UI: Accessible, unstyled UI primitives.
- 📝 React Hook Form + Zod: Powerful forms with validation.
- 🌐 Axios: HTTP client pre-configured.
📦 Scripts
npm run dev: Start the development server.npm run build: Build for production.npm run lint: Run ESLint.npm run preview: Preview the production build.
📄 License
MIT © naim0018
