Tractor store is an web application for a tractor company. I am taking micro front ends approach to develop this application.
In the first phase I have divided the project in two components which are developed by individual teams and are integrated using Links.
To serve Team-Decide project run: npx mfserve --listen 3001 team-decide
To serve Team-Inspire project run: npx mfserve --listen 3001 team-inspire
Integration of Team-Decide and Team-Inspire will be done using iframes instead of links. so that entire tractor store can be seen as one application.
Integration of Team-Decide and Team-Inspire will be done using ajax instead of iFrames.
Team-Inspire: To avoid cor when team-decide requests for recommendations we should start our server to allow cors
npx mfserve --listen 3002 --cors team-inspire