Skip to content
feresTalhaoui edited this page Sep 22, 2020 · 38 revisions

React Admin and Loopback 4 Crud Sample

getting started

This is a sample with a React Admin BackOffice and Loopback4 Backend to implement Crud operations on products and users by requesting APIs with LoopBack4 Provider that you can install with npm install react-admin-loopback4-adapted.

installation

After cloning the project with git clone https://github.com/PlanetConectus/LoopBack4ReactAdminExample.git you get inside the ecommerce folder in both Frontreactadmin and BackendLoopbackV4 folders and install the node packages with the commande npm install,

Clone this wiki locally