Simple Implementation of Microfrontend across multiple react projects
- Core app or master app in order to manage the projects
- App1, App2 : Two independent apps working under the core app.
Goto all the folder and run the following
yarn install
cp .env.example .env
yarn start