Files
cloud-cap-samples/reviews
2022-05-31 16:23:28 +02:00
..
2022-02-09 10:12:41 +01:00
2022-02-04 16:19:54 +01:00
2022-05-31 16:23:28 +02:00
2021-11-04 10:37:33 +01:00
2022-04-05 16:30:04 +02:00

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