create-kodex
Scaffolding tool for creating
KodeX apps by
plusKode.
Usage
``
bash
npx create-kodex my-app
cd my-app
npm install
npm run dev
``
What It Does
Creates a new KodeX project with:
- ⚡ Vite 6 setup
- ⚛️ React 19.2
- 🎯 File-based routing
- 🔍 SEO optimization
- 🎨 Optional Tailwind CSS
- 📘 TypeScript support
Options
Interactive prompts will ask you:
- Project name
- Template (minimal/blog/dashboard)
- TypeScript (yes/no)
- Tailwind CSS (yes/no)
- PWA support (yes/no)
- Server adapter (Express/Edge/Bun)
Links
-
KodeX Documentation
-
Main Package
-
GitHub
---
Built with ❤️ by
plusKode