This repository contains the full-stack CRM application with React frontend and Express backend.
CRM01/ ├── packages/ │ ├── frontend/ # React UI application │ ├── backend/ # Express API server │ └── common/ # Shared code and utilities └── package.json # Root workspace configuration
-
Install dependencies:
�ash npm install -
Start development servers: `�ash
npm start
npm run start:frontend
npm run start:backend `
- Build for production:
�ash npm run build
- Frontend: React, Fluent UI, React Router, Chart.js
- Backend: Express, MongoDB, JWT Authentication
- Common: Shared utilities and type definitions
- Modern, responsive UI built with Microsoft Fluent UI
- Dashboard with KPIs and visualizations
- Contact management
- Lead tracking and management
- Opportunity pipeline
- Task management
- Advanced reporting
- User settings and preferences
This project uses a monorepo structure with npm workspaces for package management.