This repo contains the following packages:
These two packages work hand-in-hand to enable you to bundle your Express app with your Remix app via entry.server.tsx. The Vite plugin manages the development server and passes requests to your Express app.
This package also unlocks the ability to use Unofficial Remix Middleware and Server Context API based on the RFC.
See the README for details.
Install the following npm packages
npm install -D remix-express-dev-server
npm install remix-create-express-app
See the individual README files for more instructions.
There's also an example app showing how to configure the Vite plugin and create the Express app.