create-flexireact
v3.0.7
Published
Create FlexiReact v3 apps with one command - The Modern React Framework
Downloads
2,068
Maintainers
Readme
create-flexireact
Create FlexiReact v2 apps with one command.
Usage
npx create-flexireact@latest my-appOr with npm:
npm create flexireact@latest my-appTemplates
| Template | Description |
|----------|-------------|
| Default | Full-featured with routes/, components, and Tailwind v4 |
| Minimal | Bare minimum FlexiReact setup |
| App Router | Next.js style app/ directory routing |
What's New in v2
- 🆕 TypeScript Native — CLI rewritten in TypeScript
- 🎨 Tailwind CSS v4 — New
@import "tailwindcss"syntax - 📁 Routes Directory — New
routes/with route groups - ⚡ Modern Templates — Beautiful, production-ready starters
What's Included
- ⚡ FlexiReact v2 — The Modern React Framework
- 📘 TypeScript — Full type safety
- 🎨 Tailwind CSS v4 — Latest styling features
- 📁 File-based routing —
routes/,app/, orpages/ - 🏝️ Islands architecture — Partial hydration
- 🖥️ SSR — Server-side rendering
After Creation
cd my-app
npm install
npm run devThen open http://localhost:3000
Links
License
MIT
