Back to Trpc

Fastify adapter example

examples/fastify-server/README.md

11.16.0699 B
Original Source

Fastify adapter example

If you want to test this example locally, follow the steps below.

Clone, Install and build main project

bash
git clone [email protected]:trpc/trpc.git
cd ./trpc
yarn
yarn dev

Install fastify example and run it in dev mode

bash
cd ./examples/fastify-server
yarn
yarn dev

If you want you can build and start from the fresh build

bash
yarn build
yarn start

Created by skarab42