-
Notifications
You must be signed in to change notification settings - Fork 0
Home
feresTalhaoui edited this page Sep 22, 2020
·
38 revisions
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
.
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
,