create-react-static
v1.1.2
Published
CLI to scaffold React-to-static-HTML projects with Eleventy, Tailwind, and TypeScript
Maintainers
Readme
create-react-static
CLI to scaffold React-to-static-HTML projects with Eleventy, Tailwind CSS, and TypeScript.
Usage
# Using npx (recommended)
npx create-react-static my-site
# Or with pnpm
pnpm create react-static my-site
# Or install globally
npm install -g create-react-static
create-react-static my-siteWhat You Get
- ⚛️ React 19 - Modern React with hooks
- 🏗️ Eleventy - Fast static site generation
- 🎨 Tailwind CSS - Utility-first styling
- 🎬 Framer Motion - Animations out of the box
- 🔥 Vite - Lightning-fast build tool
- 📝 TypeScript - Full type safety
Output
Pure static files (HTML, CSS, JS) that can be deployed anywhere:
- GitHub Pages
- Netlify
- Vercel
- Cloudflare Pages
- Any static file server
License
MIT
