Help Getting Started #1018
-
I'm trying to make my first Hyperview app. I followed the instructions on the Getting Started guide. After some trial and error, I found that I could access the demo backend by changing the Now I want to connect my own Laravel backend to the Hyperview client, but if I change the previous The hypermedia.systems book talks about changing the My main goal is to simply display a hello world Hyperview screen from my Laravel backend. Secondarily, I'd like to understand a bit better which parts of this repo are the essentials of the Hyperview client that I need to make my own app. I'm just trying to orient myself in this new world of mobile apps. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@killianarts, sorry about the confusion. We did recently make some changes to our demo application setup. You should be able to change the Please let us know if that solves the issue for you. In the meantime, we will work on updating our documentation to make note of this update. |
Beta Was this translation helpful? Give feedback.
@killianarts, sorry about the confusion. We did recently make some changes to our demo application setup. You should be able to change the
baseUrl
in theapp.config.ts
file located in the root of the demo folder.Please let us know if that solves the issue for you. In the meantime, we will work on updating our documentation to make note of this update.