Skip to content

gt-codes/my-stack-template

Repository files navigation

This is an extension of my Next.js TRPC Template. This is an opinionated tech that I use to build creatively and iterate quickly ⚡️.

My Preferred Tech Stack

Getting Started

Set up the environment variables:

cp .env.example .env

Run yarn to install the dependencies (this project uses yarn but feel free to use whatever package manager you're most comfortable with)

Run the development server with yarn dev

Open http://localhost:3000 with your browser to see the result.