https://github.com/priyassg/singlespa-cssmodule-assetoptimization
Micro Frontend project using Single SPA and CSS Module
https://github.com/priyassg/singlespa-cssmodule-assetoptimization
cssmodules mfe react singlespa
Last synced: 3 months ago
JSON representation
Micro Frontend project using Single SPA and CSS Module
- Host: GitHub
- URL: https://github.com/priyassg/singlespa-cssmodule-assetoptimization
- Owner: priyassg
- License: mit
- Created: 2023-10-28T14:39:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T22:36:59.000Z (about 1 year ago)
- Last Synced: 2025-01-26T16:15:58.158Z (4 months ago)
- Topics: cssmodules, mfe, react, singlespa
- Language: EJS
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Single SPA Microfrontend
A microfrontend application built using Single SPA, that can also be loaded as a standalone application to inject as an inframe.App is built using
- React
- Typescript
- Single SPA (https://single-spa.js.org/)
- Single SPA CSS (https://single-spa.js.org/docs/ecosystem-css/#single-spa-css)#
To run the application in standalone mode run the below command from the root folder
- `cd microfrontend-app && npm run start`To run the root config, run both, the mfe and the root config.
- `cd microfrontend-app && npm run start`
- `cd root-config && npm run start`