mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01: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