Skip to content

priyassg/SingleSPA-CSSModule-AssetOptimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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