Skip to content

Welcome to the Next.js with tRPC Practice repository! This project is designed for hands-on exploration of using tRPC (Typed Routes, Predictable Client) with Next.js

Notifications You must be signed in to change notification settings

Hasnat-Ahmed-Goheer/Next.js-tPRC-practice

Repository files navigation

Next.js with tRPC Practice

Welcome to the Next.js with tRPC Practice repository! This project is designed for hands-on exploration of using tRPC (Typed Routes, Predictable Client) with Next.js. Get started quickly with the following steps:

Getting Started

  1. Clone the Repository:
git clone https://github.com/Hasnat-Ahmed-Goheer/nextjs-trpc-practice.git
  1. Navigate to the Project:
cd nextjs-route-practice
  1. Install Dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. Start the Development Server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 in your browser to view the project.

Learn More

Explore the power of tRPC in Next.js applications. For detailed information about tRPC, check out the tRPC Documentation.

Usage

This repository is intended for private practice purposes. Feel free to experiment, modify the code, and use it as a reference for your projects.

Examples

Detailed examples and code snippets related to tRPC usage can be found in the examples directory.

Resources

License

This project is licensed under the MIT License.

About

Welcome to the Next.js with tRPC Practice repository! This project is designed for hands-on exploration of using tRPC (Typed Routes, Predictable Client) with Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published