create-feireact-app
v1.1.1
Published
Scaffold a new Feireact project
Readme
create-feireact-app
create-feireact-app is the official scaffolding tool for FeiReact.
It creates a ready-to-run Vite app already configured for FeiReact, including the correct JSX runtime setup, so you can start building immediately.
Usage
npx create-feireact-app my-appThen run:
cd my-app
npm run devWhat it gives you
- A Vite-based FeiReact app
- Automatic JSX runtime configuration for FeiReact
- A clean starter structure
Learn more
For FeiReact itself, examples, features, and API details, see the main README:
