Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.29 KB

File metadata and controls

28 lines (20 loc) · 1.29 KB

Shared App Shell, State, Routing and Components Example

This example demos a basic host application loading remote component.

  • shell is the App Shell
  • dashboard - standalone application
  • order - standalone application
  • sales - standalone application
  • profile - standalone application

Running Demo

Run the following commands:

  1. nvm use
  2. yarn lerna bootstrap --npm-client yarn
  3. yarn build

To run the applicatio, run yarn start. This will build all the apps shell, dashboard, order, profile, sales on different ports as shown below

You will notice that each of the above URLs will look exactly same. For more details Watch this YouTube video