@roxavn/remix-fastify
v3.2.1
Published
Fastify server request handler for Remix
Downloads
10
Readme
Remix Fastify
Quick Start
These are the currently available templates that you can get jump started with:
- The basic example using
remix dev
npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/basic
- The unstable vite remix plugin
npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/unstable-vite
Manual Installation
npm i @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static
yarn add @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static
pnpm i @mcansh/remix-fastify fastify @fastify/early-hints @fastify/static