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:
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)