Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.11 KB

File metadata and controls

27 lines (19 loc) · 1.11 KB

root-config

An app shell implementation using single-spa using its layout engine feature, initially generated with the command npx create-single-spa --moduleType root-config.

It shows these features of single-spa:

Requirements

  • Node.js v16
  • A running angular-app-parcel (Please locate it under the same namespace as this repo)
  • A running angularjs-app (Please locate it under the same namespace as this repo)
  • A running react-app-shell (Please locate it under the same namespace as this repo)

Running

# Install dependencies
> npm install
# Start the root config app
> npm start
# Go to http://localhost:9000/

For more detail about how to register microfrontends into this app shell, please look at the official single-spa website.