Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 681 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 681 Bytes

Remix + Express Boilerplate

This is a boilerplate for building web applications with Remix and Express.

Overview

I plan to add the following:

  • Express.js
  • Remix + Vite
  • TypeScript
  • tRPC
  • tRPC OpenAPI (for app requests)
  • Postgres
  • DrizzleORM (to operate Postgres)
  • Redis
  • BullMQ (via Redis)
  • Minio
  • TailwindCSS
  • Radix UI Theme
  • shadcn/ui
  • Auth (via Lucia)
  • BiomeJS
  • tsup
  • Stripe
  • Emails (via Resend / Cloudflare + MailChannels)
    • Magic Link / OTP

This covers all I need for building an app with a web frontend and an API backend.