Skip to content

marsender/react-dolibarr-front

Repository files navigation

react-dolibarr-front

CI

Description

This project is a React-based frontend for the Dolibarr ERP & CRM software. It communicates with the Dolibarr API to provide a modern and responsive user interface.

Requirements

This project require the following to get started:

  • node
  • a Dolibarr instance with api enabled

Install

Clone React dolibarr front repository

git clone https://github.com/marsender/react-dolibarr-front.git
cd react-dolibarr-front

Install dependencies

npm install

Adjust env file

cp .env .env.local
nano .env.local

Build for dev

npm run dev

Open the app in your browser http://react-dolibarr-front.localhost:9011/

Build for prod

npm run build
npm run preview

Open the app in your browser http://react-dolibarr-front.localhost:4174/

Lint code

npm run lint

Finds and fixes unused dependencies, exports and files

npm run knip

Run tests

npm run test

About

React-based frontend for the Dolibarr ERP/CRM

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Contributors