Skip to content

earlyvibz/boilerplate-V2

Repository files navigation

Remix Boilerplate

A production-ready Remix starter template with TypeScript, Tailwind CSS. Get your Remix projects up and running quickly with best practices built-in.

Features

  • ⚡️ Remix + TypeScript + Vite
  • 🎨 Tailwind CSS configured
  • 🐳 Responsive layout ready
  • 🔒 Basic auth setup
  • 🚀 Production-ready configuration

Quick Start

# Development
npm run dev

# Production build
npm run build

# Start production server
npm start

Project Structure

├── app/
│   ├── routes/            # Route components
│   ├── sections/          # Reusable section components
│   ├── services/          # Business logic and services
│   └── tailwind.css       # Global styles
└── public/                # Static assets

Tech Stack

Note

The following files are only used for local development and can be safely removed if not needed:

  • docker-compose.yml
  • Dockerfile
  • dockerize.sh

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published