Home
Softono

React Admin Crm

Open source MIT JavaScript
65
Stars
28
Forks
0
Issues
3
Watchers
11 months
Last Commit

 About React Admin Crm

A CRM build with react-admin, used as a demo for the capabilities of the framework

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing React Admin Crm?

We provide expert installation service for this software. Our team will install, configure, and secure React Admin Crm on your server. plans start at just $30.

React Admin Crm

View on GitHub

Atomic CRM

Atomic CRM is a CRM template built with react-admin and Supabse. You can test it online at https://marmelab.com/react-admin-crm.

https://user-images.githubusercontent.com/99944/116970434-4a926480-acb8-11eb-8ce2-0602c680e45e.mp4

This repo stores a local demo of Atomic CRM. React-admin usually requires a REST/GraphQL server to provide data. In this demo however, the API is simulated by the browser (using FakeRest). The source data is generated at runtime by a package called data-generator.

To explore the source code, head to marmelab/atomic-crm.

How to run

This demo is a static website, so you just need a web server to serve the HTML, JS and CSS files. For example, with Python:

python3 -m http.server