Files
trpc-nuxt/playground
wobsoriano 1fc4d9d0d0 Revert "feat: add file routing option"
This reverts commit 750783e860.
2022-11-05 21:24:24 -07:00
..
2022-11-05 11:49:46 -07:00
2022-10-30 12:25:28 -07:00
2022-10-30 12:25:28 -07:00
2022-10-30 12:25:28 -07:00
2022-11-04 07:40:49 -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