"Template monorepo menggunakan Next.js untuk frontend dan Express untuk backend, dengan TypeScript dan Prisma untuk manajemen database."
root
│── apps/
│ ├── frontend/ # Next.js + Tailwind + TypeScript
│ ├── backend/ # Node.js + Express + TypeScript + Prisma
│── package.json
│── tsconfig.json
│── README.md
Frontend: Next.js, Tailwind CSS, TypeScript
Backend: Node.js, Express, TypeScript, Prisma
git clone https://github.com/RadidDesfandri/monorepo.git
npm install
npm run dev Akses di browser: http://localhost:3000 API dapat diakses di: http://localhost:8000