Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gt-codes/my-stack-template
https://github.com/gt-codes/my-stack-template
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gt-codes/my-stack-template
- Owner: gt-codes
- Created: 2022-04-30T20:39:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T06:25:00.000Z (over 2 years ago)
- Last Synced: 2024-12-25T04:30:10.065Z (3 days ago)
- Language: TypeScript
- Homepage: my-stack-template.vercel.app
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an extension of my [Next.js TRPC Template](https://github.com/gt-codes/nextjs-trpc-template). This is an opinionated tech that I use to build creatively and iterate quickly ⚡️.
## My Preferred Tech Stack
- [Tailwind CSS](https://tailwindcss.com/)
- [Next.js](https://nextjs.org/)
- [NextAuth](https://next-auth.js.org/)
- [TRPC](https://trpc.io/)
- [Prisma](https://www.prisma.io/)
- [PlanetScale](https://planetscale.com/)
- [TypeScript](http://typescriptlang.com/)## Getting Started
Set up the environment variables:
```bash
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](http://localhost:3000) with your browser to see the result.