This example demos a basic host application loading remote component.
shell
is the App Shellhome
- standalone application for homepagesearchResults
- standalone application that displays a list of ads for a given categoryview-item-page
- standalone application to view an individual ad
The data is delivered by a separate GraphQL api layer called api
Run yarn start
. This will build all the apps shell
, home
, searchResults
, view-item-page
, on different ports as shown below
- localhost:3000 (HOST) -
shell
- localhost:3001 (STANDALONE REMOTE) -
home
- localhost:3002 (STANDALONE REMOTE) -
searchResults
- localhost:3003 (STANDALONE REMOTE) -
view-item-page
- localhost:8888 -
api GraphQL api layer
It is styled using tailwind css.