This is an extension of my Next.js TRPC Template. This is an opinionated tech that I use to build creatively and iterate quickly ⚡️.
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.