Skip to content

zanza00/single-spa-showcase

Repository files navigation

Single-SPA Showcase - Root Config

Root configuration for the Single-SPA showcase project - a meta-example demonstrating Single-SPA concepts by building a presentation site WITH Single-SPA.

Live Demo

https://zanza00.github.io/single-spa-showcase/

Microfrontends

This project is composed of multiple microfrontend repositories:

Quick Start

npm install
npm start  # Runs on port 9000

Visit http://localhost:9000

For local development with all microfrontends, start each MFE in its own terminal and use the import-map-overrides browser extension.

Tech Stack

  • Single-SPA 5.9+
  • React 19.0.1 (shared via CDN)
  • TypeScript
  • Webpack 5