Files
cloud-cap-samples/reviews
2021-06-08 18:20:44 +02:00
..
2020-12-17 16:39:06 +01:00
2020-11-20 16:11:33 +01:00
2021-05-13 12:29:22 +02:00
2021-06-08 18:20:44 +02:00
2020-11-20 16:11:33 +01:00
2021-05-10 10:33:39 +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