Skip to content

aaronksaunders/trpc-nuxt-video-app

Repository files navigation

Nuxt 3 tRPC-Nuxt Minimal Starter Template

Look at the Blog Post and YouTube Video to learn more.

Move Fast and Break Nothing. End-to-end typesafe APIs made easy. Experience the full power of TypeScript inference to boost productivity for your NUXT full-stack application.

Use this project to get a Nuxt 3 application up and running with tRpc using the trpc-nuxt module.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev