Thank you @mzedel for detailed reply. If we want to run the GUI outside of the container, how can we run it with standard npm or yarn start. So in order to run GUI in standalone:
- Clone the GUI repo
- Add the env.js as above
- Change the redux action files to point them to hosted.mender.io/api/
- yarn install, yarn start?
- will the hosted.mender username and auth just work? How do we get around CORS?
Will that work?