Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasparlaurenz/t3-quizapp
https://github.com/kasparlaurenz/t3-quizapp
prisma t3 t3-stack tailwindcss typescript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kasparlaurenz/t3-quizapp
- Owner: kasparlaurenz
- Created: 2022-11-14T18:56:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T19:49:02.000Z (over 1 year ago)
- Last Synced: 2024-11-02T07:05:57.940Z (about 2 months ago)
- Topics: prisma, t3, t3-stack, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://www.github.com/kasparlaurenz/t3-quizapp
- Size: 327 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create T3 App
This is an app bootstrapped according to the [init.tips](https://init.tips) stack, also known as the T3-Stack.
## What's next? How do I make an app with this?
We try to keep this project as simple as possible, so you can start with the most basic configuration and then move on to more advanced configuration.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our [Discord](https://t3.gg/discord) and ask for help.
- [Next-Auth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [TailwindCSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)We also [roll our own docs](https://beta.create.t3.gg) with some summary information and links to the respective documentation.
Also checkout these awesome tutorials on `create-t3-app`.
- [Build a Blog With the T3 Stack - tRPC, TypeScript, Next.js, Prisma & Zod](https://www.youtube.com/watch?v=syEWlxVFUrY)
- [Build a Live Chat Application with the T3 Stack - TypeScript, Tailwind, tRPC](https://www.youtube.com/watch?v=dXRRY37MPuk)
- [Build a full stack app with create-t3-app](https://www.nexxel.dev/blog/ct3a-guestbook)
- [A first look at create-t3-app](https://dev.to/ajcwebdev/a-first-look-at-create-t3-app-1i8f)## How do I deploy this?
Follow our deployment guides for [Vercel](https://beta.create.t3.gg/en/deployment/vercel) and [Docker](https://beta.create.t3.gg/en/deployment/docker) for more information.