Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 888 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 888 Bytes

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)