Skip to content

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.

License

Notifications You must be signed in to change notification settings

PepperTechDev/PepperCRM-Web

Repository files navigation

PepperCRM-Web: CRM developed with React, Vite, and JavaScript

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.


Prerequisites

Before getting started, make sure you have the following installed on your system:

For local installation

  • Node.js (version 18 or higher): Download Node.js
  • pnpm (package manager): You can install it by running:
    npm install -g pnpm

Local Installation


Instalación

1. Instalación local

Sigue estos pasos para configurar el proyecto en tu entorno local:

  1. Clone the repository:

    git clone https://github.com/PepperTechDev/PepperCRM-Web.git
  2. Navigate to the project directory:

    cd PepperCRM-Web
  3. Install dependencies:

    pnpm install
  4. Start the development server:

    pnpm dev

    This will open the application in your browser at http://localhost:5173.


2. Docker Installation

Follow these steps to run the project using Docker:

Environment Variables

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.com

Replace https://api.tu-backend.com with your backend URL.

About

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages