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.
This project require the following to get started:
- node
- a Dolibarr instance with api enabled
Clone React dolibarr front repository
git clone https://github.com/marsender/react-dolibarr-front.git
cd react-dolibarr-frontInstall dependencies
npm installAdjust env file
cp .env .env.local
nano .env.localnpm run devOpen the app in your browser http://react-dolibarr-front.localhost:9011/
npm run build
npm run previewOpen the app in your browser http://react-dolibarr-front.localhost:4174/
npm run lintnpm run knipnpm run test