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.
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev