https://github.com/async3619/fullstack-turborepo-starter
My initial setup for full stack web projects
https://github.com/async3619/fullstack-turborepo-starter
Last synced: 9 months ago
JSON representation
My initial setup for full stack web projects
- Host: GitHub
- URL: https://github.com/async3619/fullstack-turborepo-starter
- Owner: async3619
- Created: 2024-12-20T00:30:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T10:10:05.000Z (over 1 year ago)
- Last Synced: 2025-09-26T15:35:19.672Z (9 months ago)
- Language: TypeScript
- Homepage: https://fullstack-turborepo-starter-ruddy.vercel.app
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fullstack Turborepo Starter
This is a fullstack monorepo starter template using [Turborepo](https://turborepo.org/).
## Features
- [Turborepo](https://turborepo.org/) for managing monorepo
- [PNPM](https://pnpm.io/) for managing packages
- [TypeScript](https://www.typescriptlang.org/) for type checking statically
- [Next.js](https://nextjs.org/) for frontend framework
- [Apollo Client](https://www.apollographql.com/docs/react/) for GraphQL client
- [Nest.js](https://nestjs.com/) for backend framework
- [Prisma](https://www.prisma.io/) for database
- [GraphQL](https://graphql.org/) for API Framework
- [Jest](https://jestjs.io/) for testing
- [ESLint](https://eslint.org/) for linting codes
- [Prettier](https://prettier.io/) for formatting codes
- [Husky](https://typicode.github.io/husky/) for git hooks
- [Knip](https://knip.dev/) for finding dead codes