@wesp-up/express-remix
v2.0.0
Published
Creates an express/remix server with all logging and routes in place. Consumes `@wesp-up/express` under the covers and exports everything from its package, so you do not need to install it separately.
Readme
@wesp-up/express-remix
Creates an express/remix server with all logging and routes in place. Consumes @wesp-up/express under the covers and exports everything from its package, so you do not need to install it separately.
Installation
npm install --save @wesp-up/express-remixUsage
import { createRemixServer } from '@wesp-up/express-remix';
createRemixServer().start(3000); // specify port if desired, defaults to 80