Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Reviews Service Sample

Run all-in-one

Open a terminal window and run the fiori app in it:

npm run fiori

Run as Separate Services

Open two terminal windows. In the first one start the reviews service stand-alone:

npm run reviews-service

In the second one start the fiori app:

npm run fiori