This is a monorepo for a MERN stack application using TypeScript.
backend/: Express.js server with TypeScript and MongoDBfrontend/: React application with Vite, TypeScript, and Tailwind CSSshared/: Shared utilities
- Install dependencies:
npm run install-all - Start development servers:
npm run dev
Backend will run on http://localhost:5001 Frontend will run on http://localhost:5173
npm run install-all: Install all dependenciesnpm run dev: Start both backend and frontend in development modenpm run start: Start both in production mode