How to deploy Single SPA Root Application on AWS server?

51 views Asked by At

We splitted our web application using micro frontends (Single SPA).

Root (Configured All Sub applications) SubApplcation1 SubApplcation2 SubApplcation3 SubApplcation4

All Sub applications are Angular project , we deployed and its running.

But Root application is not loading after deployment.

sh 'npm install @angular/[email protected]'

sh 'npm i -D [email protected]'

sh 'npm install -g create-single-spa'

sh 'npm i single-spa-angular'

sh 'npm run build:webpack'

dir("dist")

{

sh 'jar cvf Root.war .'

}

Root application not loading after deployment.

0

There are 0 answers