A production-ready Remix starter template with TypeScript, Tailwind CSS. Get your Remix projects up and running quickly with best practices built-in.
- ⚡️ Remix + TypeScript + Vite
- 🎨 Tailwind CSS configured
- 🐳 Responsive layout ready
- 🔒 Basic auth setup
- 🚀 Production-ready configuration
# Development
npm run dev
# Production build
npm run build
# Start production server
npm start
├── app/
│ ├── routes/ # Route components
│ ├── sections/ # Reusable section components
│ ├── services/ # Business logic and services
│ └── tailwind.css # Global styles
└── public/ # Static assets
The following files are only used for local development and can be safely removed if not needed:
docker-compose.yml
Dockerfile
dockerize.sh
MIT