Files
trpc-nuxt/examples/custom
2022-11-05 19:22:19 -07:00
..
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00
2022-11-05 19:22:19 -07:00

dev playground

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview