App designed to be a React/UI5 Web Components for React companion to the UI5 Bookshop app.
Install node modules by running npm i
or yarn install
in bookshop folder and bookshop/app.
To run frontend without backend, go to bookshop/app
and run npm start
or yarn start
. This will get the frontend running but there won't be any data in the tables. Running the start command should open a tab in the browser, but if not, go to http://localhost:3000.
To get data, the backend also needs to be started. To do so, navigate to bookshop
and run npm run dev
or yarn run dev
.
Create an issue in this repository if you find a bug or have questions about the content.
For additional support, ask a question in SAP Community.
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.