This repository provides a fully functional web app template using the MERN stack(100% TypeScript), along with login/signup functionality. The app is fully responsive and uses Prisma, Daisy UI, Tailwind CSS, and includes an example .env
file for easy configuration.
The project contains two main directories:
backend
: Handles the server-side logic.frontend
: Contains the React-based frontend.Make sure you have the following installed:
git clone https://github.com/Poojan38380/MERN-DAISYUI-Ready-to-Deploy-Template.git
cd MERN-DAISYUI-Ready-to-Deploy-Template
npm install
npx prisma generate
npm run dev
In a separate terminal:
cd frontend
npm install
npm run dev
Make sure to set up your .env file for both backend and frontend using the provided example.env.