Skip to content

RadidDesfandri/template-react-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 Template React + ExpressJs + Prisma

"Template monorepo menggunakan Next.js untuk frontend dan Express untuk backend, dengan TypeScript dan Prisma untuk manajemen database."

📂 Struktur Folder

root
│── apps/
│   ├── frontend/  # Next.js + Tailwind + TypeScript
│   ├── backend/   # Node.js + Express + TypeScript + Prisma
│── package.json
│── tsconfig.json
│── README.md

🚀 Teknologi yang Digunakan

Frontend: Next.js, Tailwind CSS, TypeScript
Backend: Node.js, Express, TypeScript, Prisma

⚡ Cara Install & Menjalankan

1️⃣ Clone repository

git clone https://github.com/RadidDesfandri/monorepo.git

2️⃣ Install dependencies

npm install

3️⃣ Menjalankan aplikasi

npm run dev Akses di browser: http://localhost:3000 API dapat diakses di: http://localhost:8000

About

A streamlined full-stack boilerplate featuring React for the frontend and Express.js for the backend. Perfect for rapid prototyping and jumpstarting web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors