Pragmatists / microfrontends

105 stars 40 forks source link

Run the react app independently at http://localhost:3002 #1

Closed gandalfTheBlue closed 5 years ago

gandalfTheBlue commented 5 years ago

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 5 years ago

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 5 years ago

Is there a way you could expose these individual apps through their own urls during development so you could work on each app individually?