This is a template monorepo for a full stack application that can be easily be deployed to Heroku
Loading repository data…
Loading repository data…
ivesfurtado / repository
This full-stack monorepo starter template integrates Turbopack, ESLint, Next.js, Express.js, Tailwind CSS, and shadcn. It allows you to build modern web applications with a shared monorepo architecture for frontend and backend, optimizing development workflows and ensuring fast builds.
A full-stack monorepo starter template using Turborepo, Next.js, Express.js, Tailwind CSS, shadcn, and ESLint. Based on The Halftime Code tutorial.
.ts config files), Prettier, and perfectionist/apps
/web — Next.js frontend
/server — Express.js backend
/packages
/types — Shared types and API client
/ui — shadcn component library (Tailwind CSS)
/utils — Shared utility functions
Clone the repository
git clone https://github.com/ivesfurtado/next-express-turborepo.git
cd next-express-turborepo
Install dependencies
pnpm install
Run the development server
pnpm dev
http://localhost:3000http://localhost:3001Build for production
pnpm build
Lint
pnpm lint
| Layer | Technology |
|---|---|
| Frontend | Next.js 16, React 19, Tailwind CSS 4, shadcn/ui |
| Backend | Express.js, TypeScript |
| Build | Turborepo, pnpm workspaces |
| Linting | ESLint 10 (flat config), Prettier, perfectionist |
| Language | TypeScript 6 |
MIT
For further details on building and setting up this monorepo, check out the original tutorial on The Halftime Code.
Selected from shared topics, language and repository description—not editorial ratings.
This is a template monorepo for a full stack application that can be easily be deployed to Heroku
akashdeep023 /
This repository is a Turborepo setup for building full-stack applications. It combines a frontend, backend, and shared packages in one place.
MehdiBukhari /
This project demonstrates the development of a full-stack TypeScript application using Turborepo. It includes a backend API, frontend web application, and shared TypeScript types managed within a monorepo structure.
A full‑stack application for managing shifts, reports, and user accounts. This repo is a simple JavaScript/TypeScript monorepo with a NestJS backend and a React + Vite frontend.
Zonh-off /
This repository is a highly modular, enterprise-grade full-stack monorepo built using TypeScript, NestJS v11+, and pnpm workspaces. It is designed to scale gracefully with strict boundary isolation between business logic, shared libraries, and user interfaces.
sherzodartikbayev /
Cloud Retail - a high-performance, full-stack e-commerce monorepo built with a modern TypeScript ecosystem. This project leverages a modular architecture to separate concerns between the storefront, administrative tools, and backend services.