Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.12 KB

File metadata and controls

41 lines (30 loc) · 1.12 KB

Example CRM

React TypeScript Vite

Example CRM is a lightweight frontend template for a Customer Relationship Management (CRM) system, built with React, TypeScript, and Vite. It provides a modern interface for managing customers and can be easily extended with a backend API.


Features

  • React + TypeScript for type-safe development
  • Vite for fast builds and hot-reloading
  • Mock data using db.json for frontend testing
  • Modular and reusable UI components
  • Easy to integrate with any backend

Tech Stack

  • React - UI library
  • TypeScript - Static typing
  • Vite - Build tool & development server
  • JSON - Mock database

Installation

git clone https://github.com/Fuad2199/example-crm.git
cd example-crm
npm install

Run

Start the development server

npm run server
npm run dev