Skip to content

xanthous-tech/nestjs-remix-template

Repository files navigation

NestJS + Remix Template

This is a template that integrates Remix into a NestJS application.

On the NestJS side, we stripped out the default build tools, formatter, and went for the following:

  • tsup for building
  • biome for formatting / linting

We also stripped out the test code for simplicity.

On the Remix side, we added the following toolchain / UI libraries:

Between these two, we have injected AppService into the Remix app load context, so you can use it in the loaders and actions. Feel free to use this as a starting point for your own projects.

We also added these functional pieces to speed up development of various projects:

  • Drizzle ORM
  • Lucia Auth
  • BullMQ (with Bull Board)

About

A Template that combines NestJS with Remix in a single code base.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published