Run the react app independently at http://localhost:3002
Closed this issue · 2 comments
gandalfTheBlue commented
Hello,
I succeed installing and running the POC, but when i open the react app under http://localhost:3002,
it's just an empty page.
So how can we configure the react app to make it run simultaneously under http://localhost:3002.
Thanks
gitlukasz commented
The only way to access the application is to use http://localhost:3000. Under htttp://localhost:3001 and http://localhost:3002 you can fetch bundles of sub-applications only, which are exposed to be fetched by the main application.
mdbudd commented
Is there a way you could expose these individual apps through their own urls during development so you could work on each app individually?