Showing posts with label importmap. Show all posts
Showing posts with label importmap. Show all posts

Use SystemJS to convert React App to Micro frontend

Setup project if you don't have a pre-existing app Mother App Setup Do create projects create-react-app my-org- mother create-react-app my-org- child1 Eject the configuration file cd my -org-mother npm run …