BearStudio / start-ui-native

🚀 Start UI [native] is an opinionated UI starter with ⚛️ React Native, 🌿 Ficus UI, ⚛️ Zodios & 🐜 Formiz — From the 🐻 BearStudio Team
MIT License
133 stars 15 forks source link

doc: Add How to connect to Jhipster section. #65

Closed medamineziraoui closed 1 year ago

medamineziraoui commented 2 years ago

Description: I wanted to start start-ui native and i follow all the instructions in the readme. I succeeded starting the application but i couldn't connect it the JHIPSTER API.

Objective: Add How to connect to jhipster section and how to access the network helper so new newcomers won't get confused.

Screenshots image (19)

image (18)

Additional observation We need to use yarn set:env:local each time we change the environment/local/config.js file but that is not mentioned in the readme. ( What we understand from the readme is that we only need to set the command yarn set:env:local only one time ). Need to specify that information in the readme.