The demo of React with Loopback and MongoDB
cd server
yarn or npm install
cd web
yarn npm install
cd server
yarn start or node .
to access api explorer, go to http://localhost:3000/__explorer
cd web
yarn start or npm start
and go to http://localhost:3001
default user credential
username: admin
password: password
you can change port number at /web/.env file as
PORT=3001
cd web
yarn build or npm build
run the command above will build react into /server/client.