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.
- Host: GitHub
- URL: https://github.com/velimirmueller/sales_portal_crm
- Owner: VelimirMueller
- Created: 2025-07-15T21:09:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T22:37:56.000Z (3 months ago)
- Last Synced: 2025-07-16T20:36:42.758Z (3 months ago)
- Topics: crm-platform, eslint, figma, githubactions, reactjs, responsive, tsx
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/VelimirMueller/sales_portal_crm/actions/workflows/frontend_ci.yml)
# 🚀 Getting Started – Sales Portal CRMA 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
```