create-boitelepler
v0.1.0
Published
Scaffold a React + Vite + Tailwind + shadcn-ready boilerplate with modular pages
Readme
create-boitelepler
Create a production-oriented starter with:
- React + Vite (JavaScript)
- Tailwind CSS
- shadcn-ready base (
components.json, aliases, utility components) @devalbert/design-tokens+@devalbert/tailwind-presetpre-wired- Core layout (
Header,Footer,Home,404) - Optional modules:
landing,auth,dashboard
Manual
Full French manual:
MANUEL_UTILISATION.md
Usage
npm create boitelepler@latest my-appNon-interactive examples
npm create boitelepler@latest my-app -- --yes --modules=landing,auth,dashboard
npm create boitelepler@latest my-app -- --yes --modules=landing --no-install