Files
trpc-nuxt/playground
2023-08-20 21:57:59 -07:00
..
2022-12-18 22:22:15 -08:00
2022-12-20 20:21:41 -08:00
2022-10-30 12:25:28 -07:00
2022-10-30 12:25:28 -07:00
2023-08-20 21:57:59 -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