@seip/blue-bird
v0.2.1
Published
Express + React opinionated framework with island architecture and built-in JWT auth
Maintainers
Readme
Blue Bird Framework
The Future of Express & React Development

🌟 Introduction / Introducción
Blue Bird is a powerful, opinionated structure based on Express and React. It's designed to help developers build fast, scalable applications with hydrated components (Islands or Full views) and everything pre-configured.
Blue Bird es una estructura potente basada en Express y React. Está diseñada para ayudar a los desarrolladores a construir aplicaciones rápidas y escalables con componentes hidratados (Islas o vistas completas) y todo pre-configurado.
🚀 Key Features / Características Clave
⚡ All-In-One: Express, React, Vite, JWT Auth, and Validations ready to go.
💎 Flexible: Extensible via standard Express
.use()middleware.🏝️ Island Architecture: Hydrate only what you need with React.
🔐 Secure: Integrated JWT authentication and multi-language validation.
📁 Uploads: Easy file handling with Multer-based helpers.
🛠️ Quick Start / Inicio Rápido
1. Installation / Instalación
npm install @seip/blue-bird2. Initialize / Inicializar
npx blue-birdThis copies the base structure: backend, frontend, and .env.
Esto copia la estructura base: backend, frontend y .env.
3. Setup React
npm run reactConfigures React, React Router, and Vite automatically. Configura React, React Router y Vite automáticamente.
4. Development / Desarrollo
# Start Backend (Express)
npm run dev
# Start Frontend (Vite)
npm run vite:dev📖 Documentation / Documentación
Check out our full documentation for detailed API reference and examples:
📄 License / Licencia
Distributed under the MIT License. See LICENSE for more information.
Distribuido bajo la Licencia MIT. Mira LICENSE para más información.
