Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.04 KB

remix-express-vite-plugin

Description

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.

Remix Middleware and Server Context API

This package also unlocks the ability to use Unofficial Remix Middleware and Server Context API based on the RFC.

See the README for details.

Installation

Install the following npm packages

npm install -D remix-express-dev-server
npm install remix-create-express-app

Configuration

See the individual README files for more instructions.

Example

There's also an example app showing how to configure the Vite plugin and create the Express app.