This project demonstrates how to use the MUI lib in single-spa with externals deps in webpack config, loading by SystemJS in the root-config the import of MUI and Emotion deps.
This project use PNPM, check the installation docs
❗ Before this, clone and follow steps of app repo available here
- Clone this repo;
- In the root folder, run
pnpm install
; - Run
pnpm run start
to launch; - Access localhost:9000 to see result.