Loading repository data…
Loading repository data…
SyncfusionExamples / repository
This repository demonstrates how to build a micro frontend architecture using React and single-spa, a JavaScript framework for orchestrating multiple frontend applications. It showcases how to run multiple micro apps (React and Vue) independently and together within a single shell.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
npm i
To run the app, run the start script:
npm start
Now, you can visit the following URLs:
# renders both apps
http://localhost:8080/
# renders only react
http://localhost:8080/react
# renders only vue
http://localhost:8080/vue