An open API service indexing awesome lists of open source software.

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

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`