PepperCRM-Web is a web application designed for customer relationship management (CRM). This project uses React as the main library for the user interface, Vite as the build and development tool, and JavaScript as the primary programming language.
The goal of this project is to provide a modern, fast, and scalable solution for managing leads, contacts, tasks, and more.
Before getting started, make sure you have the following installed on your system:
- Node.js (version 18 or higher): Download Node.js
- pnpm (package manager): You can install it by running:
npm install -g pnpm
- Entorno local: Configuracion Entorno local
Sigue estos pasos para configurar el proyecto en tu entorno local:
-
Clone the repository:
git clone https://github.com/PepperTechDev/PepperCRM-Web.git
-
Navigate to the project directory:
cd PepperCRM-Web -
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
This will open the application in your browser at http://localhost:5173.
Follow these steps to run the project using Docker:
The .env file let me know if you'd like help completing the section about Docker or the .env file configuration:
VITE_API_URL=https://api.tu-backend.comReplace https://api.tu-backend.com with your backend URL.