An open API service indexing awesome lists of open source software.

https://github.com/velimirmueller/sales_portal_crm

A minimal CRM frontend built with React, Vite, and Tailwind CSS.
https://github.com/velimirmueller/sales_portal_crm

crm-platform eslint figma githubactions reactjs responsive tsx

Last synced: 11 days ago
JSON representation

A minimal CRM frontend built with React, Vite, and Tailwind CSS.

Awesome Lists containing this project

README

          

[![.github/workflows/frontend_ci.yml](https://github.com/VelimirMueller/sales_portal_crm/actions/workflows/frontend_ci.yml/badge.svg)](https://github.com/VelimirMueller/sales_portal_crm/actions/workflows/frontend_ci.yml)
# 🚀 Getting Started – Sales Portal CRM

A minimal CRM frontend built with **React**, **Vite**, and **Tailwind CSS**.

Link to Figma Prototype: https://www.figma.com/proto/tuhAEVP7lLZwFMC0os6GRT/Sales-Portal?node-id=1-78&t=syDyaAJ9SKpH8NIs-1

---

## ⚙️ Prerequisites

- [Node.js](https://nodejs.org/) (v18+ recommended)
- [pnpm](https://pnpm.io/) or `npm` / `yarn`

---
## 1 clone repo
## 2 📦 Install

```bash
cd frontend
pnpm install
# or
npm install
```