Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing information about testing the app locally #188

Open
bartoszWesolowski opened this issue May 27, 2022 · 0 comments
Open

Missing information about testing the app locally #188

bartoszWesolowski opened this issue May 27, 2022 · 0 comments

Comments

@bartoszWesolowski
Copy link

Issue in /src/pages/resources/todo-app/index.md

Hello,
This tutorial shows how to build a simple app using App builder and React. What is missing here is how to work with this app locally - When we start the app we can see two URL that allows us to test it

To view your local application:
  -> https://localhost:9080
To view your deployed application in the Experience Cloud shell:
  -> https://experience.adobe.com/?devMode=true#/custom-apps/?localDevUrl=https://localhost:9080

Once we implement API calls in the app we can only test it using the second link where IMS profile is available. It would be great to extend this tutorial with a section describing what is the best practice to also work with the app locally.

Additionally to this app to work we need to include our custom App.js which require change in index.js -> import App from "./components/App";
Cheers :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant